[INFO] cloning repository https://github.com/naegi/quadratic_sieve [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/naegi/quadratic_sieve" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnaegi%2Fquadratic_sieve", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnaegi%2Fquadratic_sieve'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f816752f443ce737d53ff0237016bb1bf1191c87 [INFO] checking naegi/quadratic_sieve against master#385fa9d845dd326c6bbfd58c22244215e431948a for absurd-question-mark-desugar [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnaegi%2Fquadratic_sieve" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/naegi/quadratic_sieve on toolchain 385fa9d845dd326c6bbfd58c22244215e431948a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/naegi/quadratic_sieve [INFO] finished tweaking git repo https://github.com/naegi/quadratic_sieve [INFO] tweaked toml for git repo https://github.com/naegi/quadratic_sieve written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/naegi/quadratic_sieve already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 270eb2c5fc8acd820ffdb78796ae9c4182cdbf24ecaae6b44e187c4060d32a76 [INFO] running `Command { std: "docker" "start" "-a" "270eb2c5fc8acd820ffdb78796ae9c4182cdbf24ecaae6b44e187c4060d32a76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "270eb2c5fc8acd820ffdb78796ae9c4182cdbf24ecaae6b44e187c4060d32a76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "270eb2c5fc8acd820ffdb78796ae9c4182cdbf24ecaae6b44e187c4060d32a76", kill_on_drop: false }` [INFO] [stdout] 270eb2c5fc8acd820ffdb78796ae9c4182cdbf24ecaae6b44e187c4060d32a76 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 08ee475ac43c6e63efe0e883cf2c89315a31e53c41909724160a4d70c0a186be [INFO] running `Command { std: "docker" "start" "-a" "08ee475ac43c6e63efe0e883cf2c89315a31e53c41909724160a4d70c0a186be", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Checking regex-syntax v0.6.27 [INFO] [stderr] Checking iana-time-zone v0.1.47 [INFO] [stderr] Checking matrixmultiply v0.3.2 [INFO] [stderr] Checking aho-corasick v0.7.19 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking regex v1.6.0 [INFO] [stderr] Checking num-complex v0.4.2 [INFO] [stderr] Checking chrono v0.4.22 [INFO] [stderr] Checking env_logger v0.9.0 [INFO] [stderr] Checking ndarray v0.15.6 [INFO] [stderr] Checking num v0.4.0 [INFO] [stderr] Checking quadratic_sieve v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.01s [INFO] running `Command { std: "docker" "inspect" "08ee475ac43c6e63efe0e883cf2c89315a31e53c41909724160a4d70c0a186be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08ee475ac43c6e63efe0e883cf2c89315a31e53c41909724160a4d70c0a186be", kill_on_drop: false }` [INFO] [stdout] 08ee475ac43c6e63efe0e883cf2c89315a31e53c41909724160a4d70c0a186be [INFO] checking naegi/quadratic_sieve against try#645bb72776a6a56a1a8f52631a44bd082b2ba509 for absurd-question-mark-desugar [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnaegi%2Fquadratic_sieve" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/naegi/quadratic_sieve on toolchain 645bb72776a6a56a1a8f52631a44bd082b2ba509 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/naegi/quadratic_sieve [INFO] finished tweaking git repo https://github.com/naegi/quadratic_sieve [INFO] tweaked toml for git repo https://github.com/naegi/quadratic_sieve written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/naegi/quadratic_sieve already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3c061e624a32fdcbf5fb944d718ce53319536b5998891be39a2b6013c5050ae4 [INFO] running `Command { std: "docker" "start" "-a" "3c061e624a32fdcbf5fb944d718ce53319536b5998891be39a2b6013c5050ae4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3c061e624a32fdcbf5fb944d718ce53319536b5998891be39a2b6013c5050ae4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c061e624a32fdcbf5fb944d718ce53319536b5998891be39a2b6013c5050ae4", kill_on_drop: false }` [INFO] [stdout] 3c061e624a32fdcbf5fb944d718ce53319536b5998891be39a2b6013c5050ae4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8964e923d37058d6e526af1d6857ad2942d98fe44d2a0d60223f3879e3298ba1 [INFO] running `Command { std: "docker" "start" "-a" "8964e923d37058d6e526af1d6857ad2942d98fe44d2a0d60223f3879e3298ba1", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Checking regex-syntax v0.6.27 [INFO] [stderr] Checking iana-time-zone v0.1.47 [INFO] [stderr] Checking matrixmultiply v0.3.2 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking aho-corasick v0.7.19 [INFO] [stderr] Checking regex v1.6.0 [INFO] [stderr] Checking num-complex v0.4.2 [INFO] [stderr] Checking env_logger v0.9.0 [INFO] [stderr] Checking chrono v0.4.22 [INFO] [stderr] Checking ndarray v0.15.6 [INFO] [stderr] Checking num v0.4.0 [INFO] [stderr] Checking quadratic_sieve v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.27s [INFO] running `Command { std: "docker" "inspect" "8964e923d37058d6e526af1d6857ad2942d98fe44d2a0d60223f3879e3298ba1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8964e923d37058d6e526af1d6857ad2942d98fe44d2a0d60223f3879e3298ba1", kill_on_drop: false }` [INFO] [stdout] 8964e923d37058d6e526af1d6857ad2942d98fe44d2a0d60223f3879e3298ba1