[INFO] cloning repository https://github.com/doy/nbsh [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/doy/nbsh" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdoy%2Fnbsh", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdoy%2Fnbsh'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 88cc6c1141eb9e279b73ce0229bf130885836f35 [INFO] checking doy/nbsh against master#30b3f35c420694a4f24e5a4df00f06073f4f3a37 for pr-94081 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdoy%2Fnbsh" "/workspace/builds/worker-34/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-34/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/doy/nbsh on toolchain 30b3f35c420694a4f24e5a4df00f06073f4f3a37 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+30b3f35c420694a4f24e5a4df00f06073f4f3a37" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/doy/nbsh [INFO] finished tweaking git repo https://github.com/doy/nbsh [INFO] tweaked toml for git repo https://github.com/doy/nbsh written to /workspace/builds/worker-34/source/Cargo.toml [INFO] crate git repo https://github.com/doy/nbsh already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+30b3f35c420694a4f24e5a4df00f06073f4f3a37" "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-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+30b3f35c420694a4f24e5a4df00f06073f4f3a37" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2dcf5a2de42679cf8f747497011a9985473c92256f764d9e8c4df94246eeca4a [INFO] running `Command { std: "docker" "start" "-a" "2dcf5a2de42679cf8f747497011a9985473c92256f764d9e8c4df94246eeca4a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2dcf5a2de42679cf8f747497011a9985473c92256f764d9e8c4df94246eeca4a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2dcf5a2de42679cf8f747497011a9985473c92256f764d9e8c4df94246eeca4a", kill_on_drop: false }` [INFO] [stdout] 2dcf5a2de42679cf8f747497011a9985473c92256f764d9e8c4df94246eeca4a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+30b3f35c420694a4f24e5a4df00f06073f4f3a37" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e85fb05aeddbbc4ab91b09a2a5430f89621e5ee3612e1a328b275a51cd65f5b4 [INFO] running `Command { std: "docker" "start" "-a" "e85fb05aeddbbc4ab91b09a2a5430f89621e5ee3612e1a328b275a51cd65f5b4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling syn v1.0.85 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling futures-core v0.3.19 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Checking cache-padded v1.2.0 [INFO] [stderr] Checking waker-fn v1.1.0 [INFO] [stderr] Checking fastrand v1.6.0 [INFO] [stderr] Checking parking v2.0.0 [INFO] [stderr] Checking futures-io v0.3.19 [INFO] [stderr] Checking event-listener v2.5.1 [INFO] [stderr] Compiling signal-hook v0.3.13 [INFO] [stderr] Checking async-task v4.0.3 [INFO] [stderr] Checking atomic-waker v1.0.0 [INFO] [stderr] Compiling serde_derive v1.0.133 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling serde v1.0.133 [INFO] [stderr] Compiling crossbeam-utils v0.8.6 [INFO] [stderr] Checking utf8parse v0.2.0 [INFO] [stderr] Compiling futures-task v0.3.19 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking paw-raw v1.0.0 [INFO] [stderr] Compiling futures-util v0.3.19 [INFO] [stderr] Compiling anyhow v1.0.52 [INFO] [stderr] Checking openssl-probe v0.1.5 [INFO] [stderr] Checking glob v0.3.0 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.8 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking concurrent-queue v1.2.2 [INFO] [stderr] Checking async-mutex v1.4.0 [INFO] [stderr] Checking async-lock v2.4.0 [INFO] [stderr] Checking futures-lite v1.12.0 [INFO] [stderr] Checking async-channel v1.6.1 [INFO] [stderr] Compiling quote v1.0.14 [INFO] [stderr] Checking socket2 v0.4.2 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking net2 v0.2.37 [INFO] [stderr] Checking term_size v0.3.2 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking nix v0.23.1 [INFO] [stderr] Checking filetime v0.2.15 [INFO] [stderr] Checking terminal_size v0.1.17 [INFO] [stderr] Checking hostname v0.3.1 [INFO] [stderr] Checking time v0.3.5 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Checking blocking v1.1.0 [INFO] [stderr] Checking async-executor v1.4.1 [INFO] [stderr] Checking inotify v0.7.1 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Checking clap v2.34.0 [INFO] [stderr] Compiling vte_generate_state_changes v0.1.1 [INFO] [stderr] Checking vte v0.10.1 [INFO] [stderr] Compiling libz-sys v1.1.3 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling libssh2-sys v0.2.23 [INFO] [stderr] Compiling libgit2-sys v0.12.26+1.3.0 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling ctor v0.1.21 [INFO] [stderr] Compiling paw-attributes v1.0.2 [INFO] [stderr] Compiling futures-macro v0.3.19 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking paw v1.0.0 [INFO] [stderr] Checking polling v2.2.0 [INFO] [stderr] Checking mio v0.6.23 [INFO] [stderr] Checking vt100 v0.15.1 [INFO] [stderr] Checking kv-log-macro v1.0.7 [INFO] [stderr] Checking users v0.11.0 [INFO] [stderr] Checking git2 v0.13.25 [INFO] [stderr] Checking async-io v1.6.0 [INFO] [stderr] Checking textmode v0.3.0 [INFO] [stderr] Checking async-process v1.3.0 (https://github.com/doy/async-process#5e25598d) [INFO] [stderr] Checking async-global-executor v2.0.2 [INFO] [stderr] Checking signal-hook-async-std v0.2.2 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Checking pty-process v0.2.0 (https://github.com/doy/pty-process#ebcf5f15) [INFO] [stderr] Checking async-std v1.10.0 [INFO] [stderr] Checking notify v4.0.17 [INFO] [stderr] Checking structopt v0.3.25 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stderr] Checking nbsh v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 03s [INFO] running `Command { std: "docker" "inspect" "e85fb05aeddbbc4ab91b09a2a5430f89621e5ee3612e1a328b275a51cd65f5b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e85fb05aeddbbc4ab91b09a2a5430f89621e5ee3612e1a328b275a51cd65f5b4", kill_on_drop: false }` [INFO] [stdout] e85fb05aeddbbc4ab91b09a2a5430f89621e5ee3612e1a328b275a51cd65f5b4