[INFO] cloning repository https://github.com/M0rqpEy/rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/M0rqpEy/rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FM0rqpEy%2Frust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FM0rqpEy%2Frust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c66e9a9177a273a92e7146ef5bfede7045843e67 [INFO] testing M0rqpEy/rust against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FM0rqpEy%2Frust" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/M0rqpEy/rust on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/M0rqpEy/rust [INFO] finished tweaking git repo https://github.com/M0rqpEy/rust [INFO] tweaked toml for git repo https://github.com/M0rqpEy/rust written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/M0rqpEy/rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f05c0011a3e57bf28bbf52bac97c52356db9ddaa02710e7dcd2d8cc0baa546f6 [INFO] running `Command { std: "docker" "start" "-a" "f05c0011a3e57bf28bbf52bac97c52356db9ddaa02710e7dcd2d8cc0baa546f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f05c0011a3e57bf28bbf52bac97c52356db9ddaa02710e7dcd2d8cc0baa546f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f05c0011a3e57bf28bbf52bac97c52356db9ddaa02710e7dcd2d8cc0baa546f6", kill_on_drop: false }` [INFO] [stdout] f05c0011a3e57bf28bbf52bac97c52356db9ddaa02710e7dcd2d8cc0baa546f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bd370f0ed706184c394ae170fe80b6d20c507b5ad250bc937ba964facf9e73aa [INFO] running `Command { std: "docker" "start" "-a" "bd370f0ed706184c394ae170fe80b6d20c507b5ad250bc937ba964facf9e73aa", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.116 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling crossbeam-utils v0.8.6 [INFO] [stderr] Compiling crossbeam-epoch v0.9.6 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling hash_hasher v2.0.3 [INFO] [stderr] Compiling streaming-iterator v0.1.5 [INFO] [stderr] Compiling strength_reduce v0.2.3 [INFO] [stderr] Compiling simdutf8 v0.1.3 [INFO] [stderr] Compiling anyhow v1.0.53 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling encode_unicode v0.3.6 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling unsafe_unwrap v0.1.0 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling lexical-util v0.8.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling lexical-write-integer v0.8.0 [INFO] [stderr] Compiling lexical-parse-integer v0.8.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.2 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling lexical-write-float v0.8.2 [INFO] [stderr] Compiling lexical-parse-float v0.8.2 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling memmap2 v0.5.2 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling lexical-core v0.8.2 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling num-complex v0.4.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling prettytable-rs v0.8.0 [INFO] [stderr] Compiling lexical v6.0.1 [INFO] [stderr] Compiling polars-utils v0.1.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling num v0.4.0 [INFO] [stderr] Compiling hashbrown v0.12.0 [INFO] [stderr] Compiling bytemuck_derive v1.0.1 [INFO] [stderr] Compiling multiversion-macros v0.6.1 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling bytemuck v1.7.3 [INFO] [stderr] Compiling multiversion v0.6.1 [INFO] [stderr] Compiling arrow2 v0.9.1 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling polars-arrow v0.19.1 [INFO] [stderr] Compiling polars-time v0.1.1 [INFO] [stderr] Compiling polars-core v0.19.1 [INFO] [stderr] Compiling polars-io v0.19.1 [INFO] [stderr] Compiling polars-lazy v0.19.1 [INFO] [stderr] Compiling polars v0.19.1 [INFO] [stderr] Compiling t1 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `polars-core` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name polars_core --edition=2021 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/polars-core-0.19.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="docs"' --cfg 'feature="dtype-date"' --cfg 'feature="dtype-datetime"' --cfg 'feature="dtype-duration"' --cfg 'feature="lazy"' --cfg 'feature="performant"' --cfg 'feature="plain_fmt"' --cfg 'feature="polars-time"' --cfg 'feature="prettytable-rs"' --cfg 'feature="private"' --cfg 'feature="regex"' --cfg 'feature="sort_multiple"' --cfg 'feature="temporal"' --cfg 'feature="zip_with"' -C metadata=19474dc60c84b7ce -C extra-filename=-19474dc60c84b7ce --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-2162f6a2b72a1852.rmeta --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-116e06ca9e113096.rmeta --extern arrow=/opt/rustwide/target/debug/deps/libarrow2-7a39ba98a0e708d0.rmeta --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-a211549800d74cd8.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rmeta --extern num=/opt/rustwide/target/debug/deps/libnum-cc4896d3d3ccd825.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-eb2356aeb2a46bd9.rmeta --extern polars_arrow=/opt/rustwide/target/debug/deps/libpolars_arrow-5b87bc6331b19940.rmeta --extern polars_time=/opt/rustwide/target/debug/deps/libpolars_time-a91687f6e6b0a563.rmeta --extern prettytable=/opt/rustwide/target/debug/deps/libprettytable-de56aa7c0dd1ee91.rmeta --extern rayon=/opt/rustwide/target/debug/deps/librayon-2884863349cc6360.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-9b20215a754dc323.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-9cc9b0f4f20dc879.rmeta --extern unsafe_unwrap=/opt/rustwide/target/debug/deps/libunsafe_unwrap-8b12b9d3aa2a0f7e.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "bd370f0ed706184c394ae170fe80b6d20c507b5ad250bc937ba964facf9e73aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd370f0ed706184c394ae170fe80b6d20c507b5ad250bc937ba964facf9e73aa", kill_on_drop: false }` [INFO] [stdout] bd370f0ed706184c394ae170fe80b6d20c507b5ad250bc937ba964facf9e73aa