[INFO] cloning repository https://github.com/petabi/pypetal [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/petabi/pypetal" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpetabi%2Fpypetal", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpetabi%2Fpypetal'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1b1b7dfe07dd0afaf635106af2ceb2b822e67e90 [INFO] testing petabi/pypetal against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpetabi%2Fpypetal" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/petabi/pypetal on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/petabi/pypetal [INFO] finished tweaking git repo https://github.com/petabi/pypetal [INFO] tweaked toml for git repo https://github.com/petabi/pypetal written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/petabi/pypetal already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded lapack v0.19.0 [INFO] [stderr] Downloaded numpy v0.15.1 [INFO] [stderr] Downloaded lair v0.5.0 [INFO] [stderr] Downloaded petal-decomposition v0.6.1 [INFO] [stderr] Downloaded lapack-sys v0.14.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d701c5a53ff3fe73f87c5001aea40b5358aa81f5fe93d7b24c6eaccf7b6509dc [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" "d701c5a53ff3fe73f87c5001aea40b5358aa81f5fe93d7b24c6eaccf7b6509dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d701c5a53ff3fe73f87c5001aea40b5358aa81f5fe93d7b24c6eaccf7b6509dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d701c5a53ff3fe73f87c5001aea40b5358aa81f5fe93d7b24c6eaccf7b6509dc", kill_on_drop: false }` [INFO] [stdout] d701c5a53ff3fe73f87c5001aea40b5358aa81f5fe93d7b24c6eaccf7b6509dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 737ba98090bf6479d7462a4369310e65b69893a74721ab6f55520882b0c9f499 [INFO] running `Command { std: "docker" "start" "-a" "737ba98090bf6479d7462a4369310e65b69893a74721ab6f55520882b0c9f499", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.84 [INFO] [stderr] Compiling matrixmultiply v0.3.2 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling pyo3-build-config v0.15.1 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling lapack-sys v0.14.0 [INFO] [stderr] Compiling num-complex v0.4.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand_pcg v0.3.1 [INFO] [stderr] Compiling pyo3 v0.15.1 [INFO] [stderr] Compiling ndarray v0.15.4 [INFO] [stderr] Compiling lapack v0.19.0 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling rand_distr v0.4.2 [INFO] [stderr] Compiling pyo3-macros-backend v0.15.1 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling indoc-impl v0.3.6 [INFO] [stderr] Compiling pyo3-macros v0.15.1 [INFO] [stderr] Compiling indoc v0.3.6 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling lair v0.5.0 [INFO] [stderr] Compiling petal-decomposition v0.6.1 [INFO] [stderr] Compiling numpy v0.15.1 [INFO] [stderr] Compiling pypetal v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 08s [INFO] running `Command { std: "docker" "inspect" "737ba98090bf6479d7462a4369310e65b69893a74721ab6f55520882b0c9f499", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "737ba98090bf6479d7462a4369310e65b69893a74721ab6f55520882b0c9f499", kill_on_drop: false }` [INFO] [stdout] 737ba98090bf6479d7462a4369310e65b69893a74721ab6f55520882b0c9f499 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c2c75cd0b4a5266e40cbe35c8dde38e32f4dd3293ea7e80e6e1604187a176e52 [INFO] running `Command { std: "docker" "start" "-a" "c2c75cd0b4a5266e40cbe35c8dde38e32f4dd3293ea7e80e6e1604187a176e52", kill_on_drop: false }` [INFO] [stderr] Compiling pypetal v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.21s [INFO] running `Command { std: "docker" "inspect" "c2c75cd0b4a5266e40cbe35c8dde38e32f4dd3293ea7e80e6e1604187a176e52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2c75cd0b4a5266e40cbe35c8dde38e32f4dd3293ea7e80e6e1604187a176e52", kill_on_drop: false }` [INFO] [stdout] c2c75cd0b4a5266e40cbe35c8dde38e32f4dd3293ea7e80e6e1604187a176e52 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f914e2681fc4ad1e0d69c44ab3d7468663345c3d19d52b088ab6120381ebd5d3 [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" "f914e2681fc4ad1e0d69c44ab3d7468663345c3d19d52b088ab6120381ebd5d3", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/decomposition-a2701172317b9146) [INFO] [stdout] running 0 tests [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" "f914e2681fc4ad1e0d69c44ab3d7468663345c3d19d52b088ab6120381ebd5d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f914e2681fc4ad1e0d69c44ab3d7468663345c3d19d52b088ab6120381ebd5d3", kill_on_drop: false }` [INFO] [stdout] f914e2681fc4ad1e0d69c44ab3d7468663345c3d19d52b088ab6120381ebd5d3