[INFO] fetching crate refptr-macros 0.2.0... [INFO] testing refptr-macros-0.2.0 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate refptr-macros 0.2.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate refptr-macros 0.2.0 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate refptr-macros 0.2.0 [INFO] finished tweaking crates.io crate refptr-macros 0.2.0 [INFO] tweaked toml for crates.io crate refptr-macros 0.2.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "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" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4f5f23f4b7204bac8d4918bb4da067fc9ef49086e5713510f436e41b20f1b1e1 [INFO] running `Command { std: "docker" "start" "-a" "4f5f23f4b7204bac8d4918bb4da067fc9ef49086e5713510f436e41b20f1b1e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4f5f23f4b7204bac8d4918bb4da067fc9ef49086e5713510f436e41b20f1b1e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f5f23f4b7204bac8d4918bb4da067fc9ef49086e5713510f436e41b20f1b1e1", kill_on_drop: false }` [INFO] [stdout] 4f5f23f4b7204bac8d4918bb4da067fc9ef49086e5713510f436e41b20f1b1e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6b0a31cc37d0c98f9b1f3e8dedf94edbdf191eb82589fbb2f0c50582783d9b96 [INFO] running `Command { std: "docker" "start" "-a" "6b0a31cc37d0c98f9b1f3e8dedf94edbdf191eb82589fbb2f0c50582783d9b96", kill_on_drop: false }` [INFO] [stderr] Compiling refptr-macros v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:12:50 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error::new_spanned($ts, $err)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 73 | meta => fail!(meta, "unexpected refcounted argument"), [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 `fail` (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/lib.rs:12:50 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error::new_spanned($ts, $err)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 126 | _ => fail!( [INFO] [stdout] | ______________- [INFO] [stdout] 127 | | item, [INFO] [stdout] 128 | | "refcounted must be used on a struct with named fields" [INFO] [stdout] 129 | | ), [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 `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.14s [INFO] running `Command { std: "docker" "inspect" "6b0a31cc37d0c98f9b1f3e8dedf94edbdf191eb82589fbb2f0c50582783d9b96", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b0a31cc37d0c98f9b1f3e8dedf94edbdf191eb82589fbb2f0c50582783d9b96", kill_on_drop: false }` [INFO] [stdout] 6b0a31cc37d0c98f9b1f3e8dedf94edbdf191eb82589fbb2f0c50582783d9b96 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bdd8dfe67327bf40c6531e0bac3f66134fddcad3ce214137e61f36a91bbd4861 [INFO] running `Command { std: "docker" "start" "-a" "bdd8dfe67327bf40c6531e0bac3f66134fddcad3ce214137e61f36a91bbd4861", kill_on_drop: false }` [INFO] [stderr] Compiling refptr-macros v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:12:50 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error::new_spanned($ts, $err)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 73 | meta => fail!(meta, "unexpected refcounted argument"), [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 `fail` (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/lib.rs:12:50 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error::new_spanned($ts, $err)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 126 | _ => fail!( [INFO] [stdout] | ______________- [INFO] [stdout] 127 | | item, [INFO] [stdout] 128 | | "refcounted must be used on a struct with named fields" [INFO] [stdout] 129 | | ), [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 `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:12:50 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error::new_spanned($ts, $err)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 73 | meta => fail!(meta, "unexpected refcounted argument"), [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 `fail` (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/lib.rs:12:50 [INFO] [stdout] | [INFO] [stdout] 12 | return Err(Error::new_spanned($ts, $err)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 126 | _ => fail!( [INFO] [stdout] | ______________- [INFO] [stdout] 127 | | item, [INFO] [stdout] 128 | | "refcounted must be used on a struct with named fields" [INFO] [stdout] 129 | | ), [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 `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.64s [INFO] running `Command { std: "docker" "inspect" "bdd8dfe67327bf40c6531e0bac3f66134fddcad3ce214137e61f36a91bbd4861", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bdd8dfe67327bf40c6531e0bac3f66134fddcad3ce214137e61f36a91bbd4861", kill_on_drop: false }` [INFO] [stdout] bdd8dfe67327bf40c6531e0bac3f66134fddcad3ce214137e61f36a91bbd4861 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1c9450148b57b580ce0db405d532a3278ad3c1f9ddb4a232dbb6392726826ccf [INFO] running `Command { std: "docker" "start" "-a" "1c9450148b57b580ce0db405d532a3278ad3c1f9ddb4a232dbb6392726826ccf", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:12:50 [INFO] [stderr] | [INFO] [stderr] 12 | return Err(Error::new_spanned($ts, $err)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 73 | meta => fail!(meta, "unexpected refcounted argument"), [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 `fail` (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/lib.rs:12:50 [INFO] [stderr] | [INFO] [stderr] 12 | return Err(Error::new_spanned($ts, $err)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 126 | _ => fail!( [INFO] [stderr] | ______________- [INFO] [stderr] 127 | | item, [INFO] [stderr] 128 | | "refcounted must be used on a struct with named fields" [INFO] [stderr] 129 | | ), [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 `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `refptr-macros` (lib) generated 2 warnings [INFO] [stderr] warning: `refptr-macros` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/refptr_macros-535b57c9e30164a3) [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] [stderr] Doc-tests refptr-macros [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" "1c9450148b57b580ce0db405d532a3278ad3c1f9ddb4a232dbb6392726826ccf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c9450148b57b580ce0db405d532a3278ad3c1f9ddb4a232dbb6392726826ccf", kill_on_drop: false }` [INFO] [stdout] 1c9450148b57b580ce0db405d532a3278ad3c1f9ddb4a232dbb6392726826ccf