[INFO] fetching crate euca 0.1.0... [INFO] checking euca-0.1.0 against master#385fa9d845dd326c6bbfd58c22244215e431948a for absurd-question-mark-desugar [INFO] extracting crate euca 0.1.0 into /workspace/builds/worker-2-tc1/source [INFO] validating manifest of crates.io crate euca 0.1.0 on toolchain 385fa9d845dd326c6bbfd58c22244215e431948a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "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-2-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 22 packages [INFO] [stderr] Adding console_log v0.1.2 (latest: v1.0.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 64ffdad983ae379ddba58c700543d336173337086a00862fd33fec9036a92d18 [INFO] running `Command { std: "docker" "start" "-a" "64ffdad983ae379ddba58c700543d336173337086a00862fd33fec9036a92d18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "64ffdad983ae379ddba58c700543d336173337086a00862fd33fec9036a92d18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64ffdad983ae379ddba58c700543d336173337086a00862fd33fec9036a92d18", kill_on_drop: false }` [INFO] [stdout] 64ffdad983ae379ddba58c700543d336173337086a00862fd33fec9036a92d18 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b9a0ec2371465dded765a5566362ce0ac115717baef92e5418f5d177e7adb0e4 [INFO] running `Command { std: "docker" "start" "-a" "b9a0ec2371465dded765a5566362ce0ac115717baef92e5418f5d177e7adb0e4", kill_on_drop: false }` [INFO] [stderr] Checking scoped-tls v1.0.1 [INFO] [stderr] Compiling wasm-bindgen-test-macro v0.3.42 [INFO] [stderr] Checking console_error_panic_hook v0.1.7 [INFO] [stderr] Checking web-sys v0.3.69 [INFO] [stderr] Checking wasm-bindgen-futures v0.4.42 [INFO] [stderr] Checking wasm-bindgen-test v0.3.42 [INFO] [stderr] Checking console_log v0.1.2 [INFO] [stderr] Checking euca v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `JsCast` is imported redundantly [INFO] [stdout] --> src/patch.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 15 | use wasm_bindgen::prelude::*; [INFO] [stdout] | ------------------------ the item `JsCast` is already imported here [INFO] [stdout] 16 | use wasm_bindgen::JsCast; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [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] = 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: `#[warn(semicolon_in_expressions_from_macros)]` on by default [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: the item `web_sys` is imported redundantly [INFO] [stdout] --> src/app/dispatch.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use web_sys; [INFO] [stdout] | ^^^^^^^ the item `web_sys` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `JsCast` is imported redundantly [INFO] [stdout] --> src/app/dispatch.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 4 | use wasm_bindgen::prelude::*; [INFO] [stdout] | ------------------------ the item `JsCast` is already imported here [INFO] [stdout] 5 | use wasm_bindgen::JsCast; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `web_sys` is imported redundantly [INFO] [stdout] --> src/app/application.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use web_sys; [INFO] [stdout] | ^^^^^^^ the item `web_sys` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `web_sys` is imported redundantly [INFO] [stdout] --> src/app.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | use web_sys; [INFO] [stdout] | ^^^^^^^ the item `web_sys` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `JsCast` is imported redundantly [INFO] [stdout] --> src/app.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 25 | use wasm_bindgen::prelude::*; [INFO] [stdout] | ------------------------ the item `JsCast` is already imported here [INFO] [stdout] 26 | use wasm_bindgen::JsCast; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `web_sys::HtmlMenuItemElement`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:470:38 [INFO] [stdout] | [INFO] [stdout] 470 | ... web_sys::HtmlMenuItemElement, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `web_sys::HtmlMenuItemElement`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:477:38 [INFO] [stdout] | [INFO] [stdout] 477 | ... web_sys::HtmlMenuItemElement, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `web_sys::HtmlMenuItemElement`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:693:34 [INFO] [stdout] | [INFO] [stdout] 693 | web_sys::HtmlMenuItemElement, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `web_sys::HtmlMenuItemElement`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:700:34 [INFO] [stdout] | [INFO] [stdout] 700 | web_sys::HtmlMenuItemElement, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `JsCast` is imported redundantly [INFO] [stdout] --> src/patch.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 15 | use wasm_bindgen::prelude::*; [INFO] [stdout] | ------------------------ the item `JsCast` is already imported here [INFO] [stdout] 16 | use wasm_bindgen::JsCast; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [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] = 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: `#[warn(semicolon_in_expressions_from_macros)]` on by default [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: the item `web_sys` is imported redundantly [INFO] [stdout] --> src/app/dispatch.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use web_sys; [INFO] [stdout] | ^^^^^^^ the item `web_sys` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `JsCast` is imported redundantly [INFO] [stdout] --> src/app/dispatch.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 4 | use wasm_bindgen::prelude::*; [INFO] [stdout] | ------------------------ the item `JsCast` is already imported here [INFO] [stdout] 5 | use wasm_bindgen::JsCast; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `web_sys` is imported redundantly [INFO] [stdout] --> src/app/application.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use web_sys; [INFO] [stdout] | ^^^^^^^ the item `web_sys` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `web_sys` is imported redundantly [INFO] [stdout] --> src/app.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | use web_sys; [INFO] [stdout] | ^^^^^^^ the item `web_sys` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `JsCast` is imported redundantly [INFO] [stdout] --> src/app.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 25 | use wasm_bindgen::prelude::*; [INFO] [stdout] | ------------------------ the item `JsCast` is already imported here [INFO] [stdout] 26 | use wasm_bindgen::JsCast; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `web_sys::HtmlMenuItemElement`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:470:38 [INFO] [stdout] | [INFO] [stdout] 470 | ... web_sys::HtmlMenuItemElement, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `web_sys::HtmlMenuItemElement`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:477:38 [INFO] [stdout] | [INFO] [stdout] 477 | ... web_sys::HtmlMenuItemElement, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `web_sys::HtmlMenuItemElement`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:693:34 [INFO] [stdout] | [INFO] [stdout] 693 | web_sys::HtmlMenuItemElement, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `web_sys::HtmlMenuItemElement`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:700:34 [INFO] [stdout] | [INFO] [stdout] 700 | web_sys::HtmlMenuItemElement, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `web_sys::HtmlMenuItemElement::set_checked`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:468:38 [INFO] [stdout] | [INFO] [stdout] 468 | "checked" => set_checked [ [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `web_sys::HtmlMenuItemElement::set_disabled`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:472:39 [INFO] [stdout] | [INFO] [stdout] 472 | "disabled" => set_disabled [ [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `web_sys::HtmlMenuItemElement::set_checked`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:691:34 [INFO] [stdout] | [INFO] [stdout] 691 | "checked" => set_checked [ [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `web_sys::HtmlMenuItemElement::set_checked`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:468:38 [INFO] [stdout] | [INFO] [stdout] 468 | "checked" => set_checked [ [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `web_sys::HtmlMenuItemElement::set_disabled`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:472:39 [INFO] [stdout] | [INFO] [stdout] 472 | "disabled" => set_disabled [ [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `web_sys::HtmlMenuItemElement::set_disabled`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:695:35 [INFO] [stdout] | [INFO] [stdout] 695 | "disabled" => set_disabled [ [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `web_sys::HtmlMenuItemElement::set_checked`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:691:34 [INFO] [stdout] | [INFO] [stdout] 691 | "checked" => set_checked [ [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `web_sys::HtmlMenuItemElement::set_disabled`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:695:35 [INFO] [stdout] | [INFO] [stdout] 695 | "disabled" => set_disabled [ [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `JsCast` is imported redundantly [INFO] [stdout] --> tests/tests.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 5 | use wasm_bindgen::prelude::*; [INFO] [stdout] | ------------------------ the item `JsCast` is already imported here [INFO] [stdout] 6 | use wasm_bindgen::JsCast; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.45s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: euca v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] running `Command { std: "docker" "inspect" "b9a0ec2371465dded765a5566362ce0ac115717baef92e5418f5d177e7adb0e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9a0ec2371465dded765a5566362ce0ac115717baef92e5418f5d177e7adb0e4", kill_on_drop: false }` [INFO] [stdout] b9a0ec2371465dded765a5566362ce0ac115717baef92e5418f5d177e7adb0e4 [INFO] checking euca-0.1.0 against try#645bb72776a6a56a1a8f52631a44bd082b2ba509 for absurd-question-mark-desugar [INFO] extracting crate euca 0.1.0 into /workspace/builds/worker-2-tc2/source [INFO] validating manifest of crates.io crate euca 0.1.0 on toolchain 645bb72776a6a56a1a8f52631a44bd082b2ba509 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "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-2-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6f1455155b0d6548ca319c7413762685f01564e03385fccb1806831a94521636 [INFO] running `Command { std: "docker" "start" "-a" "6f1455155b0d6548ca319c7413762685f01564e03385fccb1806831a94521636", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6f1455155b0d6548ca319c7413762685f01564e03385fccb1806831a94521636", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f1455155b0d6548ca319c7413762685f01564e03385fccb1806831a94521636", kill_on_drop: false }` [INFO] [stdout] 6f1455155b0d6548ca319c7413762685f01564e03385fccb1806831a94521636 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 21951fbaf4170ca437acb0891055d7d3d752626509ede3a7ec84338cac496e60 [INFO] running `Command { std: "docker" "start" "-a" "21951fbaf4170ca437acb0891055d7d3d752626509ede3a7ec84338cac496e60", kill_on_drop: false }` [INFO] [stderr] Checking scoped-tls v1.0.1 [INFO] [stderr] Compiling wasm-bindgen-test-macro v0.3.42 [INFO] [stderr] Checking console_error_panic_hook v0.1.7 [INFO] [stderr] Checking web-sys v0.3.69 [INFO] [stderr] Checking wasm-bindgen-futures v0.4.42 [INFO] [stderr] Checking wasm-bindgen-test v0.3.42 [INFO] [stderr] Checking console_log v0.1.2 [INFO] [stderr] Checking euca v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `JsCast` is imported redundantly [INFO] [stdout] --> src/patch.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 15 | use wasm_bindgen::prelude::*; [INFO] [stdout] | ------------------------ the item `JsCast` is already imported here [INFO] [stdout] 16 | use wasm_bindgen::JsCast; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [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] = 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: `#[warn(semicolon_in_expressions_from_macros)]` on by default [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: the item `web_sys` is imported redundantly [INFO] [stdout] --> src/app/dispatch.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use web_sys; [INFO] [stdout] | ^^^^^^^ the item `web_sys` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `JsCast` is imported redundantly [INFO] [stdout] --> src/app/dispatch.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 4 | use wasm_bindgen::prelude::*; [INFO] [stdout] | ------------------------ the item `JsCast` is already imported here [INFO] [stdout] 5 | use wasm_bindgen::JsCast; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `web_sys` is imported redundantly [INFO] [stdout] --> src/app/application.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use web_sys; [INFO] [stdout] | ^^^^^^^ the item `web_sys` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `web_sys` is imported redundantly [INFO] [stdout] --> src/app.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | use web_sys; [INFO] [stdout] | ^^^^^^^ the item `web_sys` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `JsCast` is imported redundantly [INFO] [stdout] --> src/app.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 25 | use wasm_bindgen::prelude::*; [INFO] [stdout] | ------------------------ the item `JsCast` is already imported here [INFO] [stdout] 26 | use wasm_bindgen::JsCast; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `web_sys::HtmlMenuItemElement`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:470:38 [INFO] [stdout] | [INFO] [stdout] 470 | ... web_sys::HtmlMenuItemElement, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `web_sys::HtmlMenuItemElement`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:477:38 [INFO] [stdout] | [INFO] [stdout] 477 | ... web_sys::HtmlMenuItemElement, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `web_sys::HtmlMenuItemElement`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:693:34 [INFO] [stdout] | [INFO] [stdout] 693 | web_sys::HtmlMenuItemElement, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `web_sys::HtmlMenuItemElement`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:700:34 [INFO] [stdout] | [INFO] [stdout] 700 | web_sys::HtmlMenuItemElement, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `web_sys::HtmlMenuItemElement::set_checked`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:468:38 [INFO] [stdout] | [INFO] [stdout] 468 | "checked" => set_checked [ [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `web_sys::HtmlMenuItemElement::set_disabled`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:472:39 [INFO] [stdout] | [INFO] [stdout] 472 | "disabled" => set_disabled [ [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `web_sys::HtmlMenuItemElement::set_checked`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:691:34 [INFO] [stdout] | [INFO] [stdout] 691 | "checked" => set_checked [ [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `web_sys::HtmlMenuItemElement::set_disabled`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:695:35 [INFO] [stdout] | [INFO] [stdout] 695 | "disabled" => set_disabled [ [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `JsCast` is imported redundantly [INFO] [stdout] --> src/patch.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 15 | use wasm_bindgen::prelude::*; [INFO] [stdout] | ------------------------ the item `JsCast` is already imported here [INFO] [stdout] 16 | use wasm_bindgen::JsCast; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [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] = 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: `#[warn(semicolon_in_expressions_from_macros)]` on by default [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: the item `web_sys` is imported redundantly [INFO] [stdout] --> src/app/dispatch.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use web_sys; [INFO] [stdout] | ^^^^^^^ the item `web_sys` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `JsCast` is imported redundantly [INFO] [stdout] --> src/app/dispatch.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 4 | use wasm_bindgen::prelude::*; [INFO] [stdout] | ------------------------ the item `JsCast` is already imported here [INFO] [stdout] 5 | use wasm_bindgen::JsCast; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `web_sys` is imported redundantly [INFO] [stdout] --> src/app/application.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use web_sys; [INFO] [stdout] | ^^^^^^^ the item `web_sys` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `web_sys` is imported redundantly [INFO] [stdout] --> src/app.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | use web_sys; [INFO] [stdout] | ^^^^^^^ the item `web_sys` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `JsCast` is imported redundantly [INFO] [stdout] --> src/app.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 25 | use wasm_bindgen::prelude::*; [INFO] [stdout] | ------------------------ the item `JsCast` is already imported here [INFO] [stdout] 26 | use wasm_bindgen::JsCast; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `web_sys::HtmlMenuItemElement`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:470:38 [INFO] [stdout] | [INFO] [stdout] 470 | ... web_sys::HtmlMenuItemElement, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `web_sys::HtmlMenuItemElement`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:477:38 [INFO] [stdout] | [INFO] [stdout] 477 | ... web_sys::HtmlMenuItemElement, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `web_sys::HtmlMenuItemElement`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:693:34 [INFO] [stdout] | [INFO] [stdout] 693 | web_sys::HtmlMenuItemElement, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `web_sys::HtmlMenuItemElement`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:700:34 [INFO] [stdout] | [INFO] [stdout] 700 | web_sys::HtmlMenuItemElement, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `web_sys::HtmlMenuItemElement::set_checked`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:468:38 [INFO] [stdout] | [INFO] [stdout] 468 | "checked" => set_checked [ [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `web_sys::HtmlMenuItemElement::set_disabled`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:472:39 [INFO] [stdout] | [INFO] [stdout] 472 | "disabled" => set_disabled [ [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `web_sys::HtmlMenuItemElement::set_checked`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:691:34 [INFO] [stdout] | [INFO] [stdout] 691 | "checked" => set_checked [ [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `web_sys::HtmlMenuItemElement::set_disabled`: Absent in all major browsers [INFO] [stdout] --> src/patch.rs:695:35 [INFO] [stdout] | [INFO] [stdout] 695 | "disabled" => set_disabled [ [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `JsCast` is imported redundantly [INFO] [stdout] --> tests/tests.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 5 | use wasm_bindgen::prelude::*; [INFO] [stdout] | ------------------------ the item `JsCast` is already imported here [INFO] [stdout] 6 | use wasm_bindgen::JsCast; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.60s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: euca v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] running `Command { std: "docker" "inspect" "21951fbaf4170ca437acb0891055d7d3d752626509ede3a7ec84338cac496e60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21951fbaf4170ca437acb0891055d7d3d752626509ede3a7ec84338cac496e60", kill_on_drop: false }` [INFO] [stdout] 21951fbaf4170ca437acb0891055d7d3d752626509ede3a7ec84338cac496e60