Skip to content

chore: bump @dcl/schemas from 9.7.0 to 9.8.0 #67

chore: bump @dcl/schemas from 9.7.0 to 9.8.0

chore: bump @dcl/schemas from 9.7.0 to 9.8.0 #67

Triggered via pull request October 30, 2023 13:10
Status Failure
Total duration 1m 51s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error
pr / quay-build-push
Error: buildah exited with code 1 time="2023-10-30T13:10:47Z" level=warning msg="missing \"RUN\" build argument. Try adding \"--build-arg RUN=<VALUE>\" to the command line" Resolved "node" as an alias (/etc/containers/registries.conf.d/shortnames.conf) Trying to pull docker.io/library/node:lts-slim... Getting image source signatures Copying blob sha256:a34097e5108e14b00b669a2bf47b52b7d720b4791b4593c9229a4a48d85939f3 Copying blob sha256:bc194d4002b7a538754445d95c1ab78a0cf9f6b0b58999a3b53d58d319f44a2d Copying blob sha256:a378f10b321842c3042cdeff4f6997f34f4cb21f2eff27704b7f6193ab7b5fea Copying blob sha256:910e3cedcdeab878a37ff0e3cca4f70ea197381d2851efbacf65d959ecdefbc5 Copying blob sha256:e7d69b9ffd1d5d375c79b2cb1431b05aea6668d2d718bfd04335565e425420f5 Copying blob sha256:910e3cedcdeab878a37ff0e3cca4f70ea197381d2851efbacf65d959ecdefbc5 Copying blob sha256:a34097e5108e14b00b669a2bf47b52b7d720b4791b4593c9229a4a48d85939f3 Copying blob sha256:a378f10b321842c3042cdeff4f6997f34f4cb21f2eff27704b7f6193ab7b5fea Copying blob sha256:e7d69b9ffd1d5d375c79b2cb1431b05aea6668d2d718bfd04335565e425420f5 Copying blob sha256:bc194d4002b7a538754445d95c1ab78a0cf9f6b0b58999a3b53d58d319f44a2d Copying config sha256:30d69caa02571eb00d88d088e2fa3f27dde9cc60989922e704dafa27335a2dba Writing manifest to image destination Storing signatures warning "workspace-aggregator-0cc557ab-1721-4a14-a97c-593d142dea1b > core > @dcl/eslint-config > [email protected]" has unmet peer dependency "@babel/core@^7.0.0-0". warning "workspace-aggregator-0cc557ab-1721-4a14-a97c-593d142dea1b > core > @dcl/eslint-config > [email protected]" has unmet peer dependency "babel-plugin-module-resolver@^3.0.0 || ^4.0.0 || ^5.0.0". PASS test/unit/archipelago.spec.ts (5.48 s) engine ✓ joins two close peers in island (9 ms) ✓ avoids joining a peer that is far away (3 ms) ✓ joins two existing islands when a peer 'bridges' them (3 ms) ✓ splits islands when a peer leaves (5 ms) ✓ splits islands when a group of peers leaves (6 ms) ✓ respects join & leave radiuses for stability (5 ms) ✓ keeps biggest island id when splitting (4 ms) ✓ can clear a peer (3 ms) ✓ can add a peer again after it has been cleared (1 ms) ✓ provides updates when setting positions (2 ms) ✓ provides updates when clearing peer (2 ms) ✓ calculates island geometry (3 ms) ✓ sets radius to encompass all peers (4 ms) ✓ enforces max peers per island limit (43 ms) ✓ merges with the biggest island available (68 ms) ✓ merges islands considering the preferedIsland for single peers (40 ms) ✓ merges islands considering the preferedIsland for multiple peers even when set before (51 ms) PASS test/unit/publishing.spec.ts publishing ✓ should publish to service discovery (10 ms) ✓ should publish island status (3 ms) PASS test/unit/dsl-fixtures.spec.ts File based tests base-test.clj ✓ the file has no errors (2 ms) ✓ (configure) (3 ms) ✓ (move ["1" 0 0 0] ["2" 16 0 16]) (8 ms) ✓ (ensureIslandsCount 1) (3 ms) ✓ (expectIslandWith ["1" "2"]) (1 ms) ✓ (move ["3", 200, 0, 200]) (2 ms) ✓ (ensureIslandsCount 2) (1 ms) ✓ (expectIslandsWith [["1" "2"] ["3"]]) (1 ms) ✓ (move ["4" 50 0 0]) (2 ms) ✓ (ensureIslandsCount 2) (1 ms) ✓ (expectIslandsWith [["1" "2" "4"] ["3"]]) (1 ms) ✓ (move ["3", 100, 0, 10]) (1 ms) ✓ (ensureIslandsCount 1) (1 ms) ✓ (expectIslandWith ["1" "2" "3" "4"]) (1 ms) ✓ (disconnect ["4"]) (2 ms) ✓ (ensureIslandsCount 2) (1 ms) ✓ (expectIslandsWith [["1" "2"] ["3"]]) (1 ms) ✓ (move ["4" 150 0 10]) (1 ms) ✓ (ensureIslandsCount 2) ✓ (expectIslandsWith [["1" "2"] ["3" "4"]]) (7 ms) join-multiple-islands.clj ✓ the file has no errors (1 ms) ✓ (configure) (1 ms) ✓ (move ["1" 0 0 0] ["2" 70 0 0] ["3" 70 0 70] ["4" 0 0 70]) (1 ms) ✓ (expectIslandsWith [["1"] ["2"] ["3"] ["4"]]) ✓ (move ["5" 35 0 35]) (4 ms) ✓ (expectIslandWith ["1" "2" "3" "4" "5"])