[INFO] cloning repository https://github.com/iquiw/uniblock [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/iquiw/uniblock" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiquiw%2Funiblock", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiquiw%2Funiblock'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2e0e041a7edf4d7be8475cb6d05f1fde82f9f6a7 [INFO] checking iquiw/uniblock against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiquiw%2Funiblock" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/iquiw/uniblock on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/iquiw/uniblock [INFO] finished tweaking git repo https://github.com/iquiw/uniblock [INFO] tweaked toml for git repo https://github.com/iquiw/uniblock written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/iquiw/uniblock already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f091d294334234d581d3774d7af6cfcc163199abdf01600e9568a605967ccc90 [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" "f091d294334234d581d3774d7af6cfcc163199abdf01600e9568a605967ccc90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f091d294334234d581d3774d7af6cfcc163199abdf01600e9568a605967ccc90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f091d294334234d581d3774d7af6cfcc163199abdf01600e9568a605967ccc90", kill_on_drop: false }` [INFO] [stdout] f091d294334234d581d3774d7af6cfcc163199abdf01600e9568a605967ccc90 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5b99fd87fd76bd5bcaa3f3f5ab2974ded48e03adfecb58e90582ffa3c46d35dc [INFO] running `Command { std: "docker" "start" "-a" "5b99fd87fd76bd5bcaa3f3f5ab2974ded48e03adfecb58e90582ffa3c46d35dc", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Checking futures-core v0.3.7 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Checking futures-io v0.3.7 [INFO] [stderr] Checking cache-padded v1.1.1 [INFO] [stderr] Checking fastrand v1.4.0 [INFO] [stderr] Checking parking v2.0.0 [INFO] [stderr] Checking waker-fn v1.1.0 [INFO] [stderr] Checking async-task v4.0.3 [INFO] [stderr] Checking event-listener v2.5.1 [INFO] [stderr] Checking vec-arena v1.0.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling curl v0.4.34 [INFO] [stderr] Checking atomic-waker v1.0.0 [INFO] [stderr] Compiling isahc v0.9.10 [INFO] [stderr] Compiling http-types v2.6.0 [INFO] [stderr] Checking infer v0.2.3 [INFO] [stderr] Compiling cookie v0.14.2 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling libnghttp2-sys v0.1.4+1.41.0 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling curl-sys v0.4.38+curl-7.73.0 [INFO] [stderr] Checking futures-task v0.3.7 [INFO] [stderr] Checking futures-channel v0.3.7 [INFO] [stderr] Checking concurrent-queue v1.2.2 [INFO] [stderr] Checking async-mutex v1.4.0 [INFO] [stderr] Checking futures-lite v1.11.2 [INFO] [stderr] Checking universal-hash v0.4.0 [INFO] [stderr] Checking aead v0.3.2 [INFO] [stderr] Compiling futures-macro v0.3.7 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Compiling thiserror-impl v1.0.21 [INFO] [stderr] Compiling async-trait v0.1.41 [INFO] [stderr] Checking async-channel v1.5.1 [INFO] [stderr] Checking polyval v0.4.1 [INFO] [stderr] Checking serde_urlencoded v0.7.0 [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Checking ghash v0.3.0 [INFO] [stderr] Checking kv-log-macro v1.0.7 [INFO] [stderr] Checking crossbeam-channel v0.4.4 [INFO] [stderr] Checking aes-gcm v0.6.0 [INFO] [stderr] Checking getrandom v0.1.15 [INFO] [stderr] Checking nb-connect v1.0.2 [INFO] [stderr] Checking polling v2.0.2 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking time v0.2.22 [INFO] [stderr] Checking socket2 v0.3.15 [INFO] [stderr] Checking async-executor v1.3.0 [INFO] [stderr] Checking blocking v1.0.2 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking async-io v1.1.10 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking futures-util v0.3.7 [INFO] [stderr] Checking thiserror v1.0.21 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking serde_qs v0.7.0 [INFO] [stderr] Checking async-global-executor v1.4.2 [INFO] [stderr] Checking async-std v1.6.5 [INFO] [stderr] Checking tracing v0.1.21 [INFO] [stderr] Checking tracing-futures v0.2.4 [INFO] [stderr] Checking sluice v0.5.2 [INFO] [stderr] Checking http-client v6.2.0 [INFO] [stderr] Checking surf v2.1.0 [INFO] [stderr] Checking uniblock v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 55.38s [INFO] running `Command { std: "docker" "inspect" "5b99fd87fd76bd5bcaa3f3f5ab2974ded48e03adfecb58e90582ffa3c46d35dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b99fd87fd76bd5bcaa3f3f5ab2974ded48e03adfecb58e90582ffa3c46d35dc", kill_on_drop: false }` [INFO] [stdout] 5b99fd87fd76bd5bcaa3f3f5ab2974ded48e03adfecb58e90582ffa3c46d35dc