[INFO] cloning repository https://github.com/mklein994/company-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mklein994/company-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmklein994%2Fcompany-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmklein994%2Fcompany-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6ac17031e300255fad7f19cd9e5f43cabbd122d6 [INFO] testing mklein994/company-rust against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmklein994%2Fcompany-rust" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mklein994/company-rust on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mklein994/company-rust [INFO] finished tweaking git repo https://github.com/mklein994/company-rust [INFO] tweaked toml for git repo https://github.com/mklein994/company-rust written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/mklein994/company-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2ac224c13edee7841afe6ab5d8f63c18b7970c22b064d5c481d143a5d8815abe [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" "2ac224c13edee7841afe6ab5d8f63c18b7970c22b064d5c481d143a5d8815abe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2ac224c13edee7841afe6ab5d8f63c18b7970c22b064d5c481d143a5d8815abe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ac224c13edee7841afe6ab5d8f63c18b7970c22b064d5c481d143a5d8815abe", kill_on_drop: false }` [INFO] [stdout] 2ac224c13edee7841afe6ab5d8f63c18b7970c22b064d5c481d143a5d8815abe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0d7bb8bb748bf25134d4e5a719ce2763e52cad55afad35ad613c61e724948c66 [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" "0d7bb8bb748bf25134d4e5a719ce2763e52cad55afad35ad613c61e724948c66", kill_on_drop: false }` [INFO] [stderr] Compiling typenum v1.5.2 [INFO] [stderr] Compiling odds v0.2.25 [INFO] [stderr] Compiling libc v0.2.30 [INFO] [stderr] Compiling matches v0.1.6 [INFO] [stderr] Compiling constant_time_eq v0.1.3 [INFO] [stderr] Compiling byte-tools v0.1.3 [INFO] [stderr] Compiling byteorder v1.1.0 [INFO] [stderr] Compiling siphasher v0.2.2 [INFO] [stderr] Compiling unicode-normalization v0.1.5 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling fallible-iterator v0.1.3 [INFO] [stderr] Compiling md5 v0.3.5 [INFO] [stderr] Compiling log v0.3.8 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling phf_shared v0.7.21 [INFO] [stderr] Compiling nodrop v0.1.9 [INFO] [stderr] Compiling phf v0.7.21 [INFO] [stderr] Compiling base64 v0.5.2 [INFO] [stderr] Compiling iovec v0.1.0 [INFO] [stderr] Compiling rand v0.3.16 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling bytes v0.4.5 [INFO] [stderr] Compiling generic-array v0.7.2 [INFO] [stderr] Compiling digest v0.5.2 [INFO] [stderr] Compiling crypto-mac v0.3.0 [INFO] [stderr] Compiling digest-buffer v0.3.1 [INFO] [stderr] Compiling hmac v0.1.1 [INFO] [stderr] Compiling sha2 v0.5.3 [INFO] [stderr] Compiling postgres-protocol v0.3.0 [INFO] [stderr] Compiling postgres-shared v0.4.0 [INFO] [stderr] Compiling postgres v0.15.1 [INFO] [stderr] Compiling company-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.23s [INFO] running `Command { std: "docker" "inspect" "0d7bb8bb748bf25134d4e5a719ce2763e52cad55afad35ad613c61e724948c66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d7bb8bb748bf25134d4e5a719ce2763e52cad55afad35ad613c61e724948c66", kill_on_drop: false }` [INFO] [stdout] 0d7bb8bb748bf25134d4e5a719ce2763e52cad55afad35ad613c61e724948c66 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c4027b7a414d3f5199d56780679faca4a57912d77fdafd2ad1da9b398cfa7508 [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" "c4027b7a414d3f5199d56780679faca4a57912d77fdafd2ad1da9b398cfa7508", kill_on_drop: false }` [INFO] [stderr] Compiling company-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.52s [INFO] running `Command { std: "docker" "inspect" "c4027b7a414d3f5199d56780679faca4a57912d77fdafd2ad1da9b398cfa7508", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4027b7a414d3f5199d56780679faca4a57912d77fdafd2ad1da9b398cfa7508", kill_on_drop: false }` [INFO] [stdout] c4027b7a414d3f5199d56780679faca4a57912d77fdafd2ad1da9b398cfa7508 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f5f37874389f1404370e66e224e7be94e4ed6b52465c4bc3c388d988f865f652 [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" "f5f37874389f1404370e66e224e7be94e4ed6b52465c4bc3c388d988f865f652", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stdout] running 0 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/company_rust-bd91ac7d6630694a) [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" "f5f37874389f1404370e66e224e7be94e4ed6b52465c4bc3c388d988f865f652", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5f37874389f1404370e66e224e7be94e4ed6b52465c4bc3c388d988f865f652", kill_on_drop: false }` [INFO] [stdout] f5f37874389f1404370e66e224e7be94e4ed6b52465c4bc3c388d988f865f652