[INFO] fetching crate harp 0.1.0... [INFO] testing harp-0.1.0 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate harp 0.1.0 into /workspace/builds/worker-71/source [INFO] validating manifest of crates.io crate harp 0.1.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 harp 0.1.0 [INFO] finished tweaking crates.io crate harp 0.1.0 [INFO] tweaked toml for crates.io crate harp 0.1.0 written to /workspace/builds/worker-71/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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/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] 2ce27a7dca46c200406d436d10d4c5e43fd3d138c55f594f9dc068650a4457bd [INFO] running `Command { std: "docker" "start" "-a" "2ce27a7dca46c200406d436d10d4c5e43fd3d138c55f594f9dc068650a4457bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2ce27a7dca46c200406d436d10d4c5e43fd3d138c55f594f9dc068650a4457bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ce27a7dca46c200406d436d10d4c5e43fd3d138c55f594f9dc068650a4457bd", kill_on_drop: false }` [INFO] [stdout] 2ce27a7dca46c200406d436d10d4c5e43fd3d138c55f594f9dc068650a4457bd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/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] 492e99740e93916d6faa41b83db30dd4db631375727642a863b3e5ffb007b210 [INFO] running `Command { std: "docker" "start" "-a" "492e99740e93916d6faa41b83db30dd4db631375727642a863b3e5ffb007b210", kill_on_drop: false }` [INFO] [stderr] Compiling harp v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:119:47 [INFO] [stdout] | [INFO] [stdout] 119 | fail!($kind, &format!($fmt, $($arg)+)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/response/reader.rs:107:29 [INFO] [stdout] | [INFO] [stdout] 107 | Some(status) => fail!( [INFO] [stdout] | _____________________________- [INFO] [stdout] 108 | | ResponseError, [INFO] [stdout] 109 | | "unexpected HTTP response status: \"{}\"", [INFO] [stdout] 110 | | status [INFO] [stdout] 111 | | ), [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/error.rs:116:45 [INFO] [stdout] | [INFO] [stdout] 116 | return Err(err!($kind, $msg).into()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/response/reader.rs:107:29 [INFO] [stdout] | [INFO] [stdout] 107 | Some(status) => fail!( [INFO] [stdout] | _____________________________- [INFO] [stdout] 108 | | ResponseError, [INFO] [stdout] 109 | | "unexpected HTTP response status: \"{}\"", [INFO] [stdout] 110 | | status [INFO] [stdout] 111 | | ), [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: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:116:45 [INFO] [stdout] | [INFO] [stdout] 116 | return Err(err!($kind, $msg).into()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/response/reader.rs:112:21 [INFO] [stdout] | [INFO] [stdout] 112 | None => fail!(ResponseError, "HTTP response status line missing!"), [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: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.01s [INFO] running `Command { std: "docker" "inspect" "492e99740e93916d6faa41b83db30dd4db631375727642a863b3e5ffb007b210", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "492e99740e93916d6faa41b83db30dd4db631375727642a863b3e5ffb007b210", kill_on_drop: false }` [INFO] [stdout] 492e99740e93916d6faa41b83db30dd4db631375727642a863b3e5ffb007b210 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/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] bf56ca3de7c2cd2c2623fcb03a089a575a68c659f479367eb0b4e2ca438dacf3 [INFO] running `Command { std: "docker" "start" "-a" "bf56ca3de7c2cd2c2623fcb03a089a575a68c659f479367eb0b4e2ca438dacf3", kill_on_drop: false }` [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:119:47 [INFO] [stdout] | [INFO] [stdout] 119 | fail!($kind, &format!($fmt, $($arg)+)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/response/reader.rs:107:29 [INFO] [stdout] | [INFO] [stdout] 107 | Some(status) => fail!( [INFO] [stdout] | _____________________________- [INFO] [stdout] 108 | | ResponseError, [INFO] [stdout] 109 | | "unexpected HTTP response status: \"{}\"", [INFO] [stdout] 110 | | status [INFO] [stdout] 111 | | ), [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/error.rs:116:45 [INFO] [stdout] | [INFO] [stdout] 116 | return Err(err!($kind, $msg).into()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/response/reader.rs:107:29 [INFO] [stdout] | [INFO] [stdout] 107 | Some(status) => fail!( [INFO] [stdout] | _____________________________- [INFO] [stdout] 108 | | ResponseError, [INFO] [stdout] 109 | | "unexpected HTTP response status: \"{}\"", [INFO] [stdout] 110 | | status [INFO] [stdout] 111 | | ), [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: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:116:45 [INFO] [stdout] | [INFO] [stdout] 116 | return Err(err!($kind, $msg).into()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/response/reader.rs:112:21 [INFO] [stdout] | [INFO] [stdout] 112 | None => fail!(ResponseError, "HTTP response status line missing!"), [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: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling harp v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:119:47 [INFO] [stdout] | [INFO] [stdout] 119 | fail!($kind, &format!($fmt, $($arg)+)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/response/reader.rs:107:29 [INFO] [stdout] | [INFO] [stdout] 107 | Some(status) => fail!( [INFO] [stdout] | _____________________________- [INFO] [stdout] 108 | | ResponseError, [INFO] [stdout] 109 | | "unexpected HTTP response status: \"{}\"", [INFO] [stdout] 110 | | status [INFO] [stdout] 111 | | ), [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/error.rs:116:45 [INFO] [stdout] | [INFO] [stdout] 116 | return Err(err!($kind, $msg).into()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/response/reader.rs:107:29 [INFO] [stdout] | [INFO] [stdout] 107 | Some(status) => fail!( [INFO] [stdout] | _____________________________- [INFO] [stdout] 108 | | ResponseError, [INFO] [stdout] 109 | | "unexpected HTTP response status: \"{}\"", [INFO] [stdout] 110 | | status [INFO] [stdout] 111 | | ), [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: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:116:45 [INFO] [stdout] | [INFO] [stdout] 116 | return Err(err!($kind, $msg).into()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/response/reader.rs:112:21 [INFO] [stdout] | [INFO] [stdout] 112 | None => fail!(ResponseError, "HTTP response status line missing!"), [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: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.65s [INFO] running `Command { std: "docker" "inspect" "bf56ca3de7c2cd2c2623fcb03a089a575a68c659f479367eb0b4e2ca438dacf3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf56ca3de7c2cd2c2623fcb03a089a575a68c659f479367eb0b4e2ca438dacf3", kill_on_drop: false }` [INFO] [stdout] bf56ca3de7c2cd2c2623fcb03a089a575a68c659f479367eb0b4e2ca438dacf3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/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] 33c1e831da9d385b4f9841693051c1bee042edf1fd6ba7915c46556c769cfc32 [INFO] running `Command { std: "docker" "start" "-a" "33c1e831da9d385b4f9841693051c1bee042edf1fd6ba7915c46556c769cfc32", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:119:47 [INFO] [stderr] | [INFO] [stderr] 119 | fail!($kind, &format!($fmt, $($arg)+)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/response/reader.rs:107:29 [INFO] [stderr] | [INFO] [stderr] 107 | Some(status) => fail!( [INFO] [stderr] | _____________________________- [INFO] [stderr] 108 | | ResponseError, [INFO] [stderr] 109 | | "unexpected HTTP response status: \"{}\"", [INFO] [stderr] 110 | | status [INFO] [stderr] 111 | | ), [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/error.rs:116:45 [INFO] [stderr] | [INFO] [stderr] 116 | return Err(err!($kind, $msg).into()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/response/reader.rs:107:29 [INFO] [stderr] | [INFO] [stderr] 107 | Some(status) => fail!( [INFO] [stderr] | _____________________________- [INFO] [stderr] 108 | | ResponseError, [INFO] [stderr] 109 | | "unexpected HTTP response status: \"{}\"", [INFO] [stderr] 110 | | status [INFO] [stderr] 111 | | ), [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: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:116:45 [INFO] [stderr] | [INFO] [stderr] 116 | return Err(err!($kind, $msg).into()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/response/reader.rs:112:21 [INFO] [stderr] | [INFO] [stderr] 112 | None => fail!(ResponseError, "HTTP response status line missing!"), [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stdout] [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] [stdout] running 0 tests [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stdout] [INFO] [stderr] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: `harp` (lib) generated 3 warnings [INFO] [stderr] warning: `harp` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/harp-034740348debd3b9) [INFO] [stderr] Doc-tests harp [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" "33c1e831da9d385b4f9841693051c1bee042edf1fd6ba7915c46556c769cfc32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33c1e831da9d385b4f9841693051c1bee042edf1fd6ba7915c46556c769cfc32", kill_on_drop: false }` [INFO] [stdout] 33c1e831da9d385b4f9841693051c1bee042edf1fd6ba7915c46556c769cfc32