[INFO] cloning repository https://github.com/dwijnand/sbtl [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dwijnand/sbtl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdwijnand%2Fsbtl", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdwijnand%2Fsbtl'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8722b89096bb4c46dd7a47beaf0297f317382a03 [INFO] checking dwijnand/sbtl against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdwijnand%2Fsbtl" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dwijnand/sbtl on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dwijnand/sbtl [INFO] finished tweaking git repo https://github.com/dwijnand/sbtl [INFO] tweaked toml for git repo https://github.com/dwijnand/sbtl written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/dwijnand/sbtl already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bb29824c98c38db9c791c57caae3140dc58bf26a55e0ef5ed3f7658b8e82cef9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "bb29824c98c38db9c791c57caae3140dc58bf26a55e0ef5ed3f7658b8e82cef9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bb29824c98c38db9c791c57caae3140dc58bf26a55e0ef5ed3f7658b8e82cef9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb29824c98c38db9c791c57caae3140dc58bf26a55e0ef5ed3f7658b8e82cef9", kill_on_drop: false }` [INFO] [stdout] bb29824c98c38db9c791c57caae3140dc58bf26a55e0ef5ed3f7658b8e82cef9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4615264eb03ecf1abbe269c7a40f7001c28b01a788068956842ca796a5acc694 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4615264eb03ecf1abbe269c7a40f7001c28b01a788068956842ca796a5acc694", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.6 [INFO] [stderr] Checking libc v0.2.39 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Checking winapi v0.2.8 [INFO] [stderr] Checking num-traits v0.2.1 [INFO] [stderr] Checking serde v1.0.29 [INFO] [stderr] Checking lazycell v0.6.0 [INFO] [stderr] Checking openssl-probe v0.1.2 [INFO] [stderr] Compiling syn v0.12.14 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Checking nix v0.9.0 [INFO] [stderr] Checking shared_child v0.3.2 [INFO] [stderr] Checking socket2 v0.3.3 [INFO] [stderr] Compiling libz-sys v1.0.18 [INFO] [stderr] Compiling openssl-sys v0.9.27 [INFO] [stderr] Compiling curl-sys v0.4.1 [INFO] [stderr] Compiling serde_derive_internals v0.20.0 [INFO] [stderr] Compiling serde_derive v1.0.29 [INFO] [stderr] Checking serde_json v1.0.11 [INFO] [stderr] Checking os_pipe v0.6.0 [INFO] [stderr] Checking duct v0.10.0 [INFO] [stderr] Checking jsonrpc-lite v0.5.0 [INFO] [stderr] Checking curl v0.4.11 [INFO] [stderr] Checking sbtl v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `curl` [INFO] [stdout] --> src/main.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use curl; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `jsonrpc_lite` [INFO] [stdout] --> src/main.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use jsonrpc_lite; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `void` [INFO] [stdout] --> src/main.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use void; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `curl` [INFO] [stdout] --> src/main.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use curl; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `jsonrpc_lite` [INFO] [stdout] --> src/main.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use jsonrpc_lite; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `void` [INFO] [stdout] --> src/main.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use void; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/launcher.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / lazy_static! { [INFO] [stdout] 26 | | static ref HOME: PathBuf = { [INFO] [stdout] 27 | | #[allow(deprecated)] // TODO: Switch to the dirs crate. [INFO] [stdout] 28 | | env::home_dir().expect("failed to get the path of the current user's home directory") [INFO] [stdout] ... | [INFO] [stdout] 38 | | static ref sbt_launch_dir: PathBuf = PathBuf::from(&*HOME).join(".sbt/launchers"); [INFO] [stdout] 39 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/launcher.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / lazy_static! { [INFO] [stdout] 26 | | static ref HOME: PathBuf = { [INFO] [stdout] 27 | | #[allow(deprecated)] // TODO: Switch to the dirs crate. [INFO] [stdout] 28 | | env::home_dir().expect("failed to get the path of the current user's home directory") [INFO] [stdout] ... | [INFO] [stdout] 38 | | static ref sbt_launch_dir: PathBuf = PathBuf::from(&*HOME).join(".sbt/launchers"); [INFO] [stdout] 39 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/launcher.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / lazy_static! { [INFO] [stdout] 26 | | static ref HOME: PathBuf = { [INFO] [stdout] 27 | | #[allow(deprecated)] // TODO: Switch to the dirs crate. [INFO] [stdout] 28 | | env::home_dir().expect("failed to get the path of the current user's home directory") [INFO] [stdout] ... | [INFO] [stdout] 38 | | static ref sbt_launch_dir: PathBuf = PathBuf::from(&*HOME).join(".sbt/launchers"); [INFO] [stdout] 39 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/launcher.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / lazy_static! { [INFO] [stdout] 26 | | static ref HOME: PathBuf = { [INFO] [stdout] 27 | | #[allow(deprecated)] // TODO: Switch to the dirs crate. [INFO] [stdout] 28 | | env::home_dir().expect("failed to get the path of the current user's home directory") [INFO] [stdout] ... | [INFO] [stdout] 38 | | static ref sbt_launch_dir: PathBuf = PathBuf::from(&*HOME).join(".sbt/launchers"); [INFO] [stdout] 39 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/launcher.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / lazy_static! { [INFO] [stdout] 26 | | static ref HOME: PathBuf = { [INFO] [stdout] 27 | | #[allow(deprecated)] // TODO: Switch to the dirs crate. [INFO] [stdout] 28 | | env::home_dir().expect("failed to get the path of the current user's home directory") [INFO] [stdout] ... | [INFO] [stdout] 38 | | static ref sbt_launch_dir: PathBuf = PathBuf::from(&*HOME).join(".sbt/launchers"); [INFO] [stdout] 39 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/launcher.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / lazy_static! { [INFO] [stdout] 26 | | static ref HOME: PathBuf = { [INFO] [stdout] 27 | | #[allow(deprecated)] // TODO: Switch to the dirs crate. [INFO] [stdout] 28 | | env::home_dir().expect("failed to get the path of the current user's home directory") [INFO] [stdout] ... | [INFO] [stdout] 38 | | static ref sbt_launch_dir: PathBuf = PathBuf::from(&*HOME).join(".sbt/launchers"); [INFO] [stdout] 39 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/launcher.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / lazy_static! { [INFO] [stdout] 26 | | static ref HOME: PathBuf = { [INFO] [stdout] 27 | | #[allow(deprecated)] // TODO: Switch to the dirs crate. [INFO] [stdout] 28 | | env::home_dir().expect("failed to get the path of the current user's home directory") [INFO] [stdout] ... | [INFO] [stdout] 38 | | static ref sbt_launch_dir: PathBuf = PathBuf::from(&*HOME).join(".sbt/launchers"); [INFO] [stdout] 39 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/launcher.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / lazy_static! { [INFO] [stdout] 26 | | static ref HOME: PathBuf = { [INFO] [stdout] 27 | | #[allow(deprecated)] // TODO: Switch to the dirs crate. [INFO] [stdout] 28 | | env::home_dir().expect("failed to get the path of the current user's home directory") [INFO] [stdout] ... | [INFO] [stdout] 38 | | static ref sbt_launch_dir: PathBuf = PathBuf::from(&*HOME).join(".sbt/launchers"); [INFO] [stdout] 39 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/launcher.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / lazy_static! { [INFO] [stdout] 26 | | static ref HOME: PathBuf = { [INFO] [stdout] 27 | | #[allow(deprecated)] // TODO: Switch to the dirs crate. [INFO] [stdout] 28 | | env::home_dir().expect("failed to get the path of the current user's home directory") [INFO] [stdout] ... | [INFO] [stdout] 38 | | static ref sbt_launch_dir: PathBuf = PathBuf::from(&*HOME).join(".sbt/launchers"); [INFO] [stdout] 39 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/launcher.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / lazy_static! { [INFO] [stdout] 26 | | static ref HOME: PathBuf = { [INFO] [stdout] 27 | | #[allow(deprecated)] // TODO: Switch to the dirs crate. [INFO] [stdout] 28 | | env::home_dir().expect("failed to get the path of the current user's home directory") [INFO] [stdout] ... | [INFO] [stdout] 38 | | static ref sbt_launch_dir: PathBuf = PathBuf::from(&*HOME).join(".sbt/launchers"); [INFO] [stdout] 39 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 05s [INFO] running `Command { std: "docker" "inspect" "4615264eb03ecf1abbe269c7a40f7001c28b01a788068956842ca796a5acc694", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4615264eb03ecf1abbe269c7a40f7001c28b01a788068956842ca796a5acc694", kill_on_drop: false }` [INFO] [stdout] 4615264eb03ecf1abbe269c7a40f7001c28b01a788068956842ca796a5acc694