[INFO] fetching crate goscript-vm 0.1.0... [INFO] testing goscript-vm-0.1.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate goscript-vm 0.1.0 into /workspace/builds/worker-24/source [INFO] validating manifest of crates.io crate goscript-vm 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 goscript-vm 0.1.0 [INFO] finished tweaking crates.io crate goscript-vm 0.1.0 [INFO] tweaked toml for crates.io crate goscript-vm 0.1.0 written to /workspace/builds/worker-24/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] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded time-test v0.2.3 [INFO] [stderr] Downloaded goscript-parser v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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] 5d73bb43ccd30caff685b7ed09521415e582a45b8450be09469339dd6dc1b95b [INFO] running `Command { std: "docker" "start" "-a" "5d73bb43ccd30caff685b7ed09521415e582a45b8450be09469339dd6dc1b95b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5d73bb43ccd30caff685b7ed09521415e582a45b8450be09469339dd6dc1b95b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d73bb43ccd30caff685b7ed09521415e582a45b8450be09469339dd6dc1b95b", kill_on_drop: false }` [INFO] [stdout] 5d73bb43ccd30caff685b7ed09521415e582a45b8450be09469339dd6dc1b95b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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] e903026479ccaf8e20439d49732782b9d6c7ff6705bb7f9e22856b29653f6c58 [INFO] running `Command { std: "docker" "start" "-a" "e903026479ccaf8e20439d49732782b9d6c7ff6705bb7f9e22856b29653f6c58", kill_on_drop: false }` [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling cache-padded v1.2.0 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling slotmap v0.4.3 [INFO] [stderr] Compiling async-task v4.2.0 [INFO] [stderr] Compiling event-listener v2.5.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling time-test v0.2.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling goscript-parser v0.1.0 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling ordered-float v2.10.0 [INFO] [stderr] Compiling goscript-vm v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/value.rs:169:10 [INFO] [stdout] | [INFO] [stdout] 169 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1367 | unsafe { shift_int!(t, self, b, checked_shl) } [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `shift_int` [INFO] [stdout] = note: this warning originates in the macro `shift_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/value.rs:169:10 [INFO] [stdout] | [INFO] [stdout] 169 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1372 | unsafe { shift_int!(t, self, b, checked_shr) } [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `shift_int` [INFO] [stdout] = note: this warning originates in the macro `shift_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/vm_util.rs:160:10 [INFO] [stdout] | [INFO] [stdout] 160 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vm.rs:690:47 [INFO] [stdout] | [INFO] [stdout] 690 | let (unwrapped, ok) = unwrap_recv_val!(chan, val, objs.metas, gcv); [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: this warning originates in the macro `unwrap_recv_val` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/vm_util.rs:160:10 [INFO] [stdout] | [INFO] [stdout] 160 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vm.rs:1005:67 [INFO] [stdout] | [INFO] [stdout] 1005 | ... let (unwrapped, ok) = unwrap_recv_val!( [INFO] [stdout] | _____________________________________________- [INFO] [stdout] 1006 | | ... c.as_channel(), [INFO] [stdout] 1007 | | ... val, [INFO] [stdout] 1008 | | ... objs.metas, [INFO] [stdout] 1009 | | ... gcv [INFO] [stdout] 1010 | | ... ); [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: this warning originates in the macro `unwrap_recv_val` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/objects.rs:1318:5 [INFO] [stdout] | [INFO] [stdout] 1318 | name: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `PackageVal` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/objects.rs:1316:10 [INFO] [stdout] | [INFO] [stdout] 1316 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.07s [INFO] running `Command { std: "docker" "inspect" "e903026479ccaf8e20439d49732782b9d6c7ff6705bb7f9e22856b29653f6c58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e903026479ccaf8e20439d49732782b9d6c7ff6705bb7f9e22856b29653f6c58", kill_on_drop: false }` [INFO] [stdout] e903026479ccaf8e20439d49732782b9d6c7ff6705bb7f9e22856b29653f6c58 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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] 314d2e8d2b5770bfc56b56c302dcf2e4998eac8c044486593a77bfe83fd41c24 [INFO] running `Command { std: "docker" "start" "-a" "314d2e8d2b5770bfc56b56c302dcf2e4998eac8c044486593a77bfe83fd41c24", kill_on_drop: false }` [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/value.rs:169:10 [INFO] [stdout] | [INFO] [stdout] 169 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1367 | unsafe { shift_int!(t, self, b, checked_shl) } [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `shift_int` [INFO] [stdout] = note: this warning originates in the macro `shift_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/value.rs:169:10 [INFO] [stdout] | [INFO] [stdout] 169 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1372 | unsafe { shift_int!(t, self, b, checked_shr) } [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `shift_int` [INFO] [stdout] = note: this warning originates in the macro `shift_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/vm_util.rs:160:10 [INFO] [stdout] | [INFO] [stdout] 160 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vm.rs:690:47 [INFO] [stdout] | [INFO] [stdout] 690 | let (unwrapped, ok) = unwrap_recv_val!(chan, val, objs.metas, gcv); [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: this warning originates in the macro `unwrap_recv_val` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/vm_util.rs:160:10 [INFO] [stdout] | [INFO] [stdout] 160 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vm.rs:1005:67 [INFO] [stdout] | [INFO] [stdout] 1005 | ... let (unwrapped, ok) = unwrap_recv_val!( [INFO] [stdout] | _____________________________________________- [INFO] [stdout] 1006 | | ... c.as_channel(), [INFO] [stdout] 1007 | | ... val, [INFO] [stdout] 1008 | | ... objs.metas, [INFO] [stdout] 1009 | | ... gcv [INFO] [stdout] 1010 | | ... ); [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: this warning originates in the macro `unwrap_recv_val` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling goscript-vm v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/objects.rs:1318:5 [INFO] [stdout] | [INFO] [stdout] 1318 | name: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `PackageVal` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/objects.rs:1316:10 [INFO] [stdout] | [INFO] [stdout] 1316 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/value.rs:169:10 [INFO] [stdout] | [INFO] [stdout] 169 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1367 | unsafe { shift_int!(t, self, b, checked_shl) } [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `shift_int` [INFO] [stdout] = note: this warning originates in the macro `shift_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/value.rs:169:10 [INFO] [stdout] | [INFO] [stdout] 169 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1372 | unsafe { shift_int!(t, self, b, checked_shr) } [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `shift_int` [INFO] [stdout] = note: this warning originates in the macro `shift_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/vm_util.rs:160:10 [INFO] [stdout] | [INFO] [stdout] 160 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vm.rs:690:47 [INFO] [stdout] | [INFO] [stdout] 690 | let (unwrapped, ok) = unwrap_recv_val!(chan, val, objs.metas, gcv); [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: this warning originates in the macro `unwrap_recv_val` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/vm_util.rs:160:10 [INFO] [stdout] | [INFO] [stdout] 160 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vm.rs:1005:67 [INFO] [stdout] | [INFO] [stdout] 1005 | ... let (unwrapped, ok) = unwrap_recv_val!( [INFO] [stdout] | _____________________________________________- [INFO] [stdout] 1006 | | ... c.as_channel(), [INFO] [stdout] 1007 | | ... val, [INFO] [stdout] 1008 | | ... objs.metas, [INFO] [stdout] 1009 | | ... gcv [INFO] [stdout] 1010 | | ... ); [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: this warning originates in the macro `unwrap_recv_val` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/objects.rs:1318:5 [INFO] [stdout] | [INFO] [stdout] 1318 | name: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `PackageVal` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/objects.rs:1316:10 [INFO] [stdout] | [INFO] [stdout] 1316 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.36s [INFO] running `Command { std: "docker" "inspect" "314d2e8d2b5770bfc56b56c302dcf2e4998eac8c044486593a77bfe83fd41c24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "314d2e8d2b5770bfc56b56c302dcf2e4998eac8c044486593a77bfe83fd41c24", kill_on_drop: false }` [INFO] [stdout] 314d2e8d2b5770bfc56b56c302dcf2e4998eac8c044486593a77bfe83fd41c24 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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] ca782487b61dbaeb06f01b49b934eb668c9a7db7513775f0cd7d0d16da98652e [INFO] running `Command { std: "docker" "start" "-a" "ca782487b61dbaeb06f01b49b934eb668c9a7db7513775f0cd7d0d16da98652e", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/value.rs:169:10 [INFO] [stderr] | [INFO] [stderr] 169 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 1367 | unsafe { shift_int!(t, self, b, checked_shl) } [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `shift_int` [INFO] [stderr] = note: this warning originates in the macro `shift_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/value.rs:169:10 [INFO] [stderr] | [INFO] [stderr] 169 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 1372 | unsafe { shift_int!(t, self, b, checked_shr) } [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `shift_int` [INFO] [stderr] = note: this warning originates in the macro `shift_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/vm_util.rs:160:10 [INFO] [stderr] | [INFO] [stderr] 160 | }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/vm.rs:690:47 [INFO] [stderr] | [INFO] [stderr] 690 | let (unwrapped, ok) = unwrap_recv_val!(chan, val, objs.metas, gcv); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [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 `unwrap_recv_val` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/vm_util.rs:160:10 [INFO] [stderr] | [INFO] [stderr] 160 | }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/vm.rs:1005:67 [INFO] [stderr] | [INFO] [stderr] 1005 | ... let (unwrapped, ok) = unwrap_recv_val!( [INFO] [stderr] | _____________________________________________- [INFO] [stderr] 1006 | | ... c.as_channel(), [INFO] [stderr] 1007 | | ... val, [INFO] [stderr] 1008 | | ... objs.metas, [INFO] [stderr] 1009 | | ... gcv [INFO] [stderr] 1010 | | ... ); [INFO] [stderr] | |_______________________- in this macro invocation [INFO] [stderr] | [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 `unwrap_recv_val` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `name` [INFO] [stderr] --> src/objects.rs:1318:5 [INFO] [stderr] | [INFO] [stderr] 1318 | name: String, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `PackageVal` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/objects.rs:1316:10 [INFO] [stderr] | [INFO] [stderr] 1316 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `goscript-vm` (lib) generated 5 warnings [INFO] [stderr] warning: `goscript-vm` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/goscript_vm-546373922c9cfcb0) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test instruction::test::test_instruction ... ok [INFO] [stdout] test instruction::test::test_opcode ... ok [INFO] [stdout] test value::test::test_size ... ok [INFO] [stdout] test value::test::test_types ... ok [INFO] [stdout] test stack::test::test_stack ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests goscript-vm [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" "ca782487b61dbaeb06f01b49b934eb668c9a7db7513775f0cd7d0d16da98652e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca782487b61dbaeb06f01b49b934eb668c9a7db7513775f0cd7d0d16da98652e", kill_on_drop: false }` [INFO] [stdout] ca782487b61dbaeb06f01b49b934eb668c9a7db7513775f0cd7d0d16da98652e