[INFO] fetching crate xcur 0.1.3... [INFO] testing xcur-0.1.3 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate xcur 0.1.3 into /workspace/builds/worker-63/source [INFO] validating manifest of crates.io crate xcur 0.1.3 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate xcur 0.1.3 [INFO] finished tweaking crates.io crate xcur 0.1.3 [INFO] tweaked toml for crates.io crate xcur 0.1.3 written to /workspace/builds/worker-63/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1d55ceb1400bb5dfa70d93b6993fc0818b191c4239e18255bce8307c7a1f6cc3 [INFO] running `Command { std: "docker" "start" "-a" "1d55ceb1400bb5dfa70d93b6993fc0818b191c4239e18255bce8307c7a1f6cc3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1d55ceb1400bb5dfa70d93b6993fc0818b191c4239e18255bce8307c7a1f6cc3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d55ceb1400bb5dfa70d93b6993fc0818b191c4239e18255bce8307c7a1f6cc3", kill_on_drop: false }` [INFO] [stdout] 1d55ceb1400bb5dfa70d93b6993fc0818b191c4239e18255bce8307c7a1f6cc3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6cd31ead1c3f2a50a510d568aa38d0c87f2fe40ccc6ce34af4e74b89dac36db0 [INFO] running `Command { std: "docker" "start" "-a" "6cd31ead1c3f2a50a510d568aa38d0c87f2fe40ccc6ce34af4e74b89dac36db0", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling nom v1.2.4 [INFO] [stderr] Compiling xcur v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser.rs:281:64 [INFO] [stdout] | [INFO] [stdout] 281 | return IResult::Error(Err::Code(ErrorKind::Custom($e))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 301 | Err(e) => throw_err!(ParseError::InvalidHeader(e)), [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 `throw_err` (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/parser.rs:281:64 [INFO] [stdout] | [INFO] [stdout] 281 | return IResult::Error(Err::Code(ErrorKind::Custom($e))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 343 | _ => throw_err!(ParseError::InvalidTOC), [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 `throw_err` (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 2.35s [INFO] running `Command { std: "docker" "inspect" "6cd31ead1c3f2a50a510d568aa38d0c87f2fe40ccc6ce34af4e74b89dac36db0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6cd31ead1c3f2a50a510d568aa38d0c87f2fe40ccc6ce34af4e74b89dac36db0", kill_on_drop: false }` [INFO] [stdout] 6cd31ead1c3f2a50a510d568aa38d0c87f2fe40ccc6ce34af4e74b89dac36db0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3aab9b6317f5d3951fe56afe21089df6cc0480304d53ae2ceeca370cbcc18669 [INFO] running `Command { std: "docker" "start" "-a" "3aab9b6317f5d3951fe56afe21089df6cc0480304d53ae2ceeca370cbcc18669", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling xcur v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser.rs:281:64 [INFO] [stdout] | [INFO] [stdout] 281 | return IResult::Error(Err::Code(ErrorKind::Custom($e))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 301 | Err(e) => throw_err!(ParseError::InvalidHeader(e)), [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 `throw_err` (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/parser.rs:281:64 [INFO] [stdout] | [INFO] [stdout] 281 | return IResult::Error(Err::Code(ErrorKind::Custom($e))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 343 | _ => throw_err!(ParseError::InvalidTOC), [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 `throw_err` (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/parser.rs:281:64 [INFO] [stdout] | [INFO] [stdout] 281 | return IResult::Error(Err::Code(ErrorKind::Custom($e))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 301 | Err(e) => throw_err!(ParseError::InvalidHeader(e)), [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 `throw_err` (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/parser.rs:281:64 [INFO] [stdout] | [INFO] [stdout] 281 | return IResult::Error(Err::Code(ErrorKind::Custom($e))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 343 | _ => throw_err!(ParseError::InvalidTOC), [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 `throw_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `file` [INFO] [stdout] --> src/lib.rs:55:13 [INFO] [stdout] | [INFO] [stdout] 55 | let file = parser::File::parse(data).unwrap(); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_file` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.37s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/xcur-9193fa8054af01be) [INFO] running `Command { std: "docker" "inspect" "3aab9b6317f5d3951fe56afe21089df6cc0480304d53ae2ceeca370cbcc18669", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3aab9b6317f5d3951fe56afe21089df6cc0480304d53ae2ceeca370cbcc18669", kill_on_drop: false }` [INFO] [stdout] 3aab9b6317f5d3951fe56afe21089df6cc0480304d53ae2ceeca370cbcc18669 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 97e533dcd6aaaa0385fc2f166542f8edc0d050a15aebf7740f8381cd6efc39c0 [INFO] running `Command { std: "docker" "start" "-a" "97e533dcd6aaaa0385fc2f166542f8edc0d050a15aebf7740f8381cd6efc39c0", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser.rs:281:64 [INFO] [stderr] | [INFO] [stderr] 281 | return IResult::Error(Err::Code(ErrorKind::Custom($e))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 301 | Err(e) => throw_err!(ParseError::InvalidHeader(e)), [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 `throw_err` (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/parser.rs:281:64 [INFO] [stderr] | [INFO] [stderr] 281 | return IResult::Error(Err::Code(ErrorKind::Custom($e))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 343 | _ => throw_err!(ParseError::InvalidTOC), [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 `throw_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `xcur` (lib) generated 2 warnings [INFO] [stderr] warning: unused variable: `file` [INFO] [stderr] --> src/lib.rs:55:13 [INFO] [stderr] | [INFO] [stderr] 55 | let file = parser::File::parse(data).unwrap(); [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_file` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `xcur` (lib test) generated 3 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/xcur-9193fa8054af01be) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::parse_sample_file ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests xcur [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 39) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.49s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "97e533dcd6aaaa0385fc2f166542f8edc0d050a15aebf7740f8381cd6efc39c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97e533dcd6aaaa0385fc2f166542f8edc0d050a15aebf7740f8381cd6efc39c0", kill_on_drop: false }` [INFO] [stdout] 97e533dcd6aaaa0385fc2f166542f8edc0d050a15aebf7740f8381cd6efc39c0