[INFO] fetching crate euca 0.1.0... [INFO] testing euca-0.1.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate euca 0.1.0 into /workspace/builds/worker-91/source [INFO] validating manifest of crates.io crate euca 0.1.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate euca 0.1.0 [INFO] finished tweaking crates.io crate euca 0.1.0 [INFO] tweaked toml for crates.io crate euca 0.1.0 written to /workspace/builds/worker-91/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded console_log v0.1.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c0252069f6d81702d755b57d4d7f556e8f644d9d61d47dced20335c66c0e2377 [INFO] running `Command { std: "docker" "start" "-a" "c0252069f6d81702d755b57d4d7f556e8f644d9d61d47dced20335c66c0e2377", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c0252069f6d81702d755b57d4d7f556e8f644d9d61d47dced20335c66c0e2377", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0252069f6d81702d755b57d4d7f556e8f644d9d61d47dced20335c66c0e2377", kill_on_drop: false }` [INFO] [stdout] c0252069f6d81702d755b57d4d7f556e8f644d9d61d47dced20335c66c0e2377 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9d98f1129c1cad5c487c06b2eb98773b0b23501d1ad03594c4d754312570ab25 [INFO] running `Command { std: "docker" "start" "-a" "9d98f1129c1cad5c487c06b2eb98773b0b23501d1ad03594c4d754312570ab25", kill_on_drop: false }` [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.80 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling bumpalo v3.9.1 [INFO] [stderr] Compiling wasm-bindgen v0.2.80 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.80 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.80 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.80 [INFO] [stderr] Compiling js-sys v0.3.57 [INFO] [stderr] Compiling web-sys v0.3.57 [INFO] [stderr] Compiling euca v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/patch.rs:218:47 [INFO] [stdout] | [INFO] [stdout] 218 | .expect("failed to set attribute"); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 454 | _ => attribute_setter!(node, name, value), [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `attribute_setter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.04s [INFO] running `Command { std: "docker" "inspect" "9d98f1129c1cad5c487c06b2eb98773b0b23501d1ad03594c4d754312570ab25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d98f1129c1cad5c487c06b2eb98773b0b23501d1ad03594c4d754312570ab25", kill_on_drop: false }` [INFO] [stdout] 9d98f1129c1cad5c487c06b2eb98773b0b23501d1ad03594c4d754312570ab25 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 202e0c6bb523ced2ea198ebffeb2ade6a0bc7b17e291c866f52d61bce497af3b [INFO] running `Command { std: "docker" "start" "-a" "202e0c6bb523ced2ea198ebffeb2ade6a0bc7b17e291c866f52d61bce497af3b", kill_on_drop: false }` [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling wasm-bindgen-test-macro v0.3.30 [INFO] [stderr] Compiling console_error_panic_hook v0.1.7 [INFO] [stderr] Compiling wasm-bindgen-futures v0.4.30 [INFO] [stderr] Compiling console_log v0.1.2 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/patch.rs:218:47 [INFO] [stdout] | [INFO] [stdout] 218 | .expect("failed to set attribute"); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 454 | _ => attribute_setter!(node, name, value), [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `attribute_setter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling wasm-bindgen-test v0.3.30 [INFO] [stderr] Compiling euca v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/patch.rs:218:47 [INFO] [stdout] | [INFO] [stdout] 218 | .expect("failed to set attribute"); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 454 | _ => attribute_setter!(node, name, value), [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `attribute_setter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 10.58s [INFO] running `Command { std: "docker" "inspect" "202e0c6bb523ced2ea198ebffeb2ade6a0bc7b17e291c866f52d61bce497af3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "202e0c6bb523ced2ea198ebffeb2ade6a0bc7b17e291c866f52d61bce497af3b", kill_on_drop: false }` [INFO] [stdout] 202e0c6bb523ced2ea198ebffeb2ade6a0bc7b17e291c866f52d61bce497af3b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e520873dd76cc64310773f60604d74812935ad23d256d8c7d6fa4a8f940dab2c [INFO] running `Command { std: "docker" "start" "-a" "e520873dd76cc64310773f60604d74812935ad23d256d8c7d6fa4a8f940dab2c", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/patch.rs:218:47 [INFO] [stderr] | [INFO] [stderr] 218 | .expect("failed to set attribute"); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 454 | _ => attribute_setter!(node, name, value), [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `attribute_setter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `euca` (lib) generated 1 warning [INFO] [stderr] warning: `euca` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.51s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/euca-f9727d0e5803fe19) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test patch::tests::empty_patch_set_is_noop ... ok [INFO] [stdout] test patch::tests::keyed_not_noop ... ok [INFO] [stdout] test patch::tests::not_noop ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-d90dd786b249bf79) [INFO] [stderr] Doc-tests euca [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test basic_diff ... ok [INFO] [stdout] test diff_empty_create_component ... ok [INFO] [stdout] test diff_add_text ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e520873dd76cc64310773f60604d74812935ad23d256d8c7d6fa4a8f940dab2c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e520873dd76cc64310773f60604d74812935ad23d256d8c7d6fa4a8f940dab2c", kill_on_drop: false }` [INFO] [stdout] e520873dd76cc64310773f60604d74812935ad23d256d8c7d6fa4a8f940dab2c