[INFO] cloning repository https://github.com/awslabs/fast-pseudoprimes [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/awslabs/fast-pseudoprimes" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fawslabs%2Ffast-pseudoprimes", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fawslabs%2Ffast-pseudoprimes'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8879de91078ff0f716d90c7d59c10c415dad253c [INFO] checking awslabs/fast-pseudoprimes against master#542febd2d383b5082277c7d165b098c0a3b513f6 for pr-103293 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fawslabs%2Ffast-pseudoprimes" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/awslabs/fast-pseudoprimes on toolchain 542febd2d383b5082277c7d165b098c0a3b513f6 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+542febd2d383b5082277c7d165b098c0a3b513f6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/awslabs/fast-pseudoprimes [INFO] finished tweaking git repo https://github.com/awslabs/fast-pseudoprimes [INFO] tweaked toml for git repo https://github.com/awslabs/fast-pseudoprimes written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/awslabs/fast-pseudoprimes already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+542febd2d383b5082277c7d165b098c0a3b513f6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded modinverse v0.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+542febd2d383b5082277c7d165b098c0a3b513f6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c156de25860a96ea206b79e0f5f073d43508d5998458116eb968c9f7714eb22e [INFO] running `Command { std: "docker" "start" "-a" "c156de25860a96ea206b79e0f5f073d43508d5998458116eb968c9f7714eb22e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c156de25860a96ea206b79e0f5f073d43508d5998458116eb968c9f7714eb22e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c156de25860a96ea206b79e0f5f073d43508d5998458116eb968c9f7714eb22e", kill_on_drop: false }` [INFO] [stdout] c156de25860a96ea206b79e0f5f073d43508d5998458116eb968c9f7714eb22e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "RUSTDOCFLAGS=--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:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+542febd2d383b5082277c7d165b098c0a3b513f6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9e08ddd9ba9eef4d9d00cfbd7a8c44ce752a5f03dba0774b18980a577a8b2b83 [INFO] running `Command { std: "docker" "start" "-a" "9e08ddd9ba9eef4d9d00cfbd7a8c44ce752a5f03dba0774b18980a577a8b2b83", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.132 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling gmp-mpfr-sys v1.4.10 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling az v1.2.1 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Compiling rug v1.17.0 [INFO] [stderr] Checking either v1.5.0 [INFO] [stderr] Checking itertools v0.10.3 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking getrandom v0.2.7 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking threadpool v1.8.1 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking modinverse v0.1.1 [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "9e08ddd9ba9eef4d9d00cfbd7a8c44ce752a5f03dba0774b18980a577a8b2b83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e08ddd9ba9eef4d9d00cfbd7a8c44ce752a5f03dba0774b18980a577a8b2b83", kill_on_drop: false }` [INFO] [stdout] 9e08ddd9ba9eef4d9d00cfbd7a8c44ce752a5f03dba0774b18980a577a8b2b83