[INFO] cloning repository https://github.com/mbrubeck/agate [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mbrubeck/agate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmbrubeck%2Fagate", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmbrubeck%2Fagate'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2c4118b590eab358f21b1f6d7756f61259713a81 [INFO] checking mbrubeck/agate against try#0ab79c4b48ad19260fa46623f452c1b403a360e8 for pr-74315 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmbrubeck%2Fagate" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mbrubeck/agate on toolchain 0ab79c4b48ad19260fa46623f452c1b403a360e8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0ab79c4b48ad19260fa46623f452c1b403a360e8" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mbrubeck/agate [INFO] finished tweaking git repo https://github.com/mbrubeck/agate [INFO] tweaked toml for git repo https://github.com/mbrubeck/agate written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/mbrubeck/agate already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0ab79c4b48ad19260fa46623f452c1b403a360e8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded async-tls v0.9.0 [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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+0ab79c4b48ad19260fa46623f452c1b403a360e8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a96b5efb94676f9fc9aaebd4f615dd8c35b130d04bfdfe01f1780fdc120168c2 [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" "a96b5efb94676f9fc9aaebd4f615dd8c35b130d04bfdfe01f1780fdc120168c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a96b5efb94676f9fc9aaebd4f615dd8c35b130d04bfdfe01f1780fdc120168c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a96b5efb94676f9fc9aaebd4f615dd8c35b130d04bfdfe01f1780fdc120168c2", kill_on_drop: false }` [INFO] [stdout] a96b5efb94676f9fc9aaebd4f615dd8c35b130d04bfdfe01f1780fdc120168c2 [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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+0ab79c4b48ad19260fa46623f452c1b403a360e8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 34226c40e80b69d8e69f0fea6a5a8fa8bb6a7a9f127c97d810460f16d48cd82b [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" "34226c40e80b69d8e69f0fea6a5a8fa8bb6a7a9f127c97d810460f16d48cd82b", kill_on_drop: false }` [INFO] [stderr] Checking once_cell v1.4.0 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking futures-core v0.3.5 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking futures-io v0.3.5 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking cache-padded v1.1.1 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Checking parking v1.0.5 [INFO] [stderr] Checking waker-fn v1.0.0 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Checking event-listener v2.2.0 [INFO] [stderr] Checking fastrand v1.3.3 [INFO] [stderr] Checking atomic-waker v1.0.0 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Checking base64 v0.12.3 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking scoped-tls v1.0.0 [INFO] [stderr] Checking async-task v3.0.0 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Compiling ring v0.16.15 [INFO] [stderr] Checking concurrent-queue v1.1.1 [INFO] [stderr] Checking futures-task v0.3.5 [INFO] [stderr] Checking futures-channel v0.3.5 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Checking socket2 v0.3.12 [INFO] [stderr] Checking async-channel v1.1.1 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Checking mime_guess v2.0.3 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Checking futures-util v0.3.5 [INFO] [stderr] Checking futures-lite v0.1.8 [INFO] [stderr] Checking kv-log-macro v1.0.7 [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Checking blocking v0.4.7 [INFO] [stderr] Checking webpki v0.21.3 [INFO] [stderr] Checking sct v0.6.0 [INFO] [stderr] Checking rustls v0.18.0 [INFO] [stderr] Checking futures-executor v0.3.5 [INFO] [stderr] Checking smol v0.1.18 [INFO] [stderr] Checking futures v0.3.5 [INFO] [stderr] Checking async-std v1.6.2 [INFO] [stderr] Checking async-tls v0.9.0 [INFO] [stderr] Checking agate v1.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.19s [INFO] running `Command { std: "docker" "inspect" "34226c40e80b69d8e69f0fea6a5a8fa8bb6a7a9f127c97d810460f16d48cd82b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34226c40e80b69d8e69f0fea6a5a8fa8bb6a7a9f127c97d810460f16d48cd82b", kill_on_drop: false }` [INFO] [stdout] 34226c40e80b69d8e69f0fea6a5a8fa8bb6a7a9f127c97d810460f16d48cd82b