[INFO] cloning repository https://github.com/preiter93/rustpde [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/preiter93/rustpde" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpreiter93%2Frustpde", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpreiter93%2Frustpde'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9a474702a917e6be0d5b36ae23c2779665a89f88 [INFO] checking preiter93/rustpde against master#fc81ad22c453776de16acf9938976930cf8c9401 for pr-77325 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpreiter93%2Frustpde" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/preiter93/rustpde on toolchain fc81ad22c453776de16acf9938976930cf8c9401 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+fc81ad22c453776de16acf9938976930cf8c9401" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/preiter93/rustpde [INFO] finished tweaking git repo https://github.com/preiter93/rustpde [INFO] tweaked toml for git repo https://github.com/preiter93/rustpde written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/preiter93/rustpde already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+fc81ad22c453776de16acf9938976930cf8c9401" "fetch" "--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-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+fc81ad22c453776de16acf9938976930cf8c9401" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8eaca5bed7eae6c1345ee76ed386c27f3b5e91488a34c597cdfba3be78955cf1 [INFO] running `Command { std: "docker" "start" "-a" "8eaca5bed7eae6c1345ee76ed386c27f3b5e91488a34c597cdfba3be78955cf1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8eaca5bed7eae6c1345ee76ed386c27f3b5e91488a34c597cdfba3be78955cf1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8eaca5bed7eae6c1345ee76ed386c27f3b5e91488a34c597cdfba3be78955cf1", kill_on_drop: false }` [INFO] [stdout] 8eaca5bed7eae6c1345ee76ed386c27f3b5e91488a34c597cdfba3be78955cf1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+fc81ad22c453776de16acf9938976930cf8c9401" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0d71a5e6c026cb6eddc428e52bd99d01e52f4b28625a5067795e8bda9ae5e32d [INFO] running `Command { std: "docker" "start" "-a" "0d71a5e6c026cb6eddc428e52bd99d01e52f4b28625a5067795e8bda9ae5e32d", 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] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling anyhow v1.0.40 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling utf8-ranges v0.1.3 [INFO] [stderr] Compiling regex-syntax v0.3.9 [INFO] [stderr] Compiling lazy_static v0.1.16 [INFO] [stderr] Compiling fs_extra v1.2.0 [INFO] [stderr] Compiling ndarray v0.14.0 [INFO] [stderr] Checking blas-src v0.6.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking assert_approx_eq v1.1.0 [INFO] [stderr] Compiling bzip2-sys v0.1.10+1.0.8 [INFO] [stderr] Checking matrixmultiply v0.2.4 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Checking lapack-sys v0.12.1 [INFO] [stderr] Checking cblas-sys v0.1.4 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Checking getrandom v0.1.16 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling dirs v3.0.2 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Compiling bzip2 v0.3.3 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Checking approx v0.4.0 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling ftp v3.0.1 [INFO] [stderr] Checking num-complex v0.3.1 [INFO] [stderr] Checking cauchy v0.3.0 [INFO] [stderr] Checking lapack v0.17.0 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling enum_dispatch v0.3.7 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling openblas-build v0.1.1 [INFO] [stderr] Compiling zip v0.5.12 [INFO] [stderr] Compiling openblas-src v0.10.4 [INFO] [stderr] Compiling fftw-src v0.3.3 [INFO] [stderr] Checking lax v0.1.0 [INFO] [stderr] Checking ndarray-linalg v0.13.1 [INFO] [stderr] Checking fftw-sys v0.6.0 [INFO] [stderr] Checking fftw v0.7.0 [INFO] [stderr] Checking rustpde v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5m 54s [INFO] running `Command { std: "docker" "inspect" "0d71a5e6c026cb6eddc428e52bd99d01e52f4b28625a5067795e8bda9ae5e32d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d71a5e6c026cb6eddc428e52bd99d01e52f4b28625a5067795e8bda9ae5e32d", kill_on_drop: false }` [INFO] [stdout] 0d71a5e6c026cb6eddc428e52bd99d01e52f4b28625a5067795e8bda9ae5e32d