[INFO] cloning repository https://github.com/martinxyz/progenitor [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/martinxyz/progenitor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartinxyz%2Fprogenitor", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartinxyz%2Fprogenitor'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 12348994851e0bed32614fb0b734d03e978ba0be [INFO] checking martinxyz/progenitor against master#8c6ce6b91b172f77c795a74bfeaf74b865146b3f for pr-101345 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartinxyz%2Fprogenitor" "/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/martinxyz/progenitor on toolchain 8c6ce6b91b172f77c795a74bfeaf74b865146b3f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8c6ce6b91b172f77c795a74bfeaf74b865146b3f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/martinxyz/progenitor [INFO] finished tweaking git repo https://github.com/martinxyz/progenitor [INFO] tweaked toml for git repo https://github.com/martinxyz/progenitor written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/martinxyz/progenitor already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8c6ce6b91b172f77c795a74bfeaf74b865146b3f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/rustwasm/wasm-bindgen` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded numpy v0.16.2 [INFO] [stderr] Downloaded hex2d v1.1.0 [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+8c6ce6b91b172f77c795a74bfeaf74b865146b3f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e28e4e63a3b49b155a02beef29936a4c10f265734f4f0f1ab1195413ee80c78b [INFO] running `Command { std: "docker" "start" "-a" "e28e4e63a3b49b155a02beef29936a4c10f265734f4f0f1ab1195413ee80c78b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e28e4e63a3b49b155a02beef29936a4c10f265734f4f0f1ab1195413ee80c78b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e28e4e63a3b49b155a02beef29936a4c10f265734f4f0f1ab1195413ee80c78b", kill_on_drop: false }` [INFO] [stdout] e28e4e63a3b49b155a02beef29936a4c10f265734f4f0f1ab1195413ee80c78b [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" "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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+8c6ce6b91b172f77c795a74bfeaf74b865146b3f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f7ed5f34db1ba78bc179fcc3fd22074b8d452b9269bb72cb452373e04c585106 [INFO] running `Command { std: "docker" "start" "-a" "f7ed5f34db1ba78bc179fcc3fd22074b8d452b9269bb72cb452373e04c585106", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.42 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling unicode-ident v1.0.2 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling serde_derive v1.0.140 [INFO] [stderr] Compiling serde v1.0.140 [INFO] [stderr] Compiling once_cell v1.13.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.11 [INFO] [stderr] Compiling serde_json v1.0.82 [INFO] [stderr] Checking ryu v1.0.10 [INFO] [stderr] Compiling target-lexicon v0.12.4 [INFO] [stderr] Checking itoa v1.0.2 [INFO] [stderr] Compiling rayon-core v1.9.3 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.82 (https://github.com/rustwasm/wasm-bindgen?branch=main#6daa3d18) [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Checking either v1.7.0 [INFO] [stderr] Compiling bumpalo v3.10.0 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Checking smallvec v1.9.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.82 (https://github.com/rustwasm/wasm-bindgen?branch=main#6daa3d18) [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Checking unindent v0.1.9 [INFO] [stderr] Compiling indoc v1.0.6 [INFO] [stderr] Checking matrixmultiply v0.3.2 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.10 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling rayon v1.5.3 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Checking crossbeam-channel v0.5.6 [INFO] [stderr] Compiling pyo3-build-config v0.16.5 [INFO] [stderr] Checking getrandom v0.2.7 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking crossbeam-deque v0.8.2 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking num-complex v0.4.2 [INFO] [stderr] Checking ndarray v0.15.6 [INFO] [stderr] Compiling pyo3-ffi v0.16.5 [INFO] [stderr] Compiling pyo3 v0.16.5 [INFO] [stderr] Checking num v0.4.0 [INFO] [stderr] Checking utils v0.0.0 (/opt/rustwide/workdir/crates/utils) [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.82 (https://github.com/rustwasm/wasm-bindgen?branch=main#6daa3d18) [INFO] [stderr] Compiling pyo3-macros-backend v0.16.5 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.82 (https://github.com/rustwasm/wasm-bindgen?branch=main#6daa3d18) [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.82 (https://github.com/rustwasm/wasm-bindgen?branch=main#6daa3d18) [INFO] [stderr] Compiling pyo3-macros v0.16.5 [INFO] [stderr] Checking numpy v0.16.2 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stderr] Checking rand_pcg v0.3.1 [INFO] [stderr] Checking hex2d v1.1.0 [INFO] [stderr] Checking progenitor v0.1.0 (/opt/rustwide/workdir/crates/progenitor) [INFO] [stderr] Checking progenitor-py v0.0.0 (/opt/rustwide/workdir/crates/python) [INFO] [stderr] Checking console_error_panic_hook v0.1.7 [INFO] [stderr] Checking js-sys v0.3.59 [INFO] [stderr] Checking progenitor-wasm v0.0.0 (/opt/rustwide/workdir/crates/wasm) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.54s [INFO] running `Command { std: "docker" "inspect" "f7ed5f34db1ba78bc179fcc3fd22074b8d452b9269bb72cb452373e04c585106", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f7ed5f34db1ba78bc179fcc3fd22074b8d452b9269bb72cb452373e04c585106", kill_on_drop: false }` [INFO] [stdout] f7ed5f34db1ba78bc179fcc3fd22074b8d452b9269bb72cb452373e04c585106