[INFO] fetching crate peppi 1.0.0-alpha.6... [INFO] testing peppi-1.0.0-alpha.6 against master#0e21a27075a8c508f00d1a4430497f17ce93d5c9 for pr-98839 [INFO] extracting crate peppi 1.0.0-alpha.6 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate peppi 1.0.0-alpha.6 on toolchain 0e21a27075a8c508f00d1a4430497f17ce93d5c9 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0e21a27075a8c508f00d1a4430497f17ce93d5c9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate peppi 1.0.0-alpha.6 [INFO] finished tweaking crates.io crate peppi 1.0.0-alpha.6 [INFO] tweaked toml for crates.io crate peppi 1.0.0-alpha.6 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0e21a27075a8c508f00d1a4430497f17ce93d5c9" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0e21a27075a8c508f00d1a4430497f17ce93d5c9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded multiversion-macros v0.6.1 [INFO] [stderr] Downloaded flatbuffers v2.0.0 [INFO] [stderr] Downloaded multiversion v0.6.1 [INFO] [stderr] Downloaded peppi-derive v0.2.3 [INFO] [stderr] Downloaded arrow v6.5.0 [INFO] [stderr] Downloaded peppi-arrow v0.2.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:5873ed620acfc3295992aedd9294443d62a478a48ba243bc5e6c4f5abaffa05f" "/opt/rustwide/cargo-home/bin/cargo" "+0e21a27075a8c508f00d1a4430497f17ce93d5c9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3580888bb44909db0225fd78122819303fc4d18969107c0406afac7c2c71e141 [INFO] running `Command { std: "docker" "start" "-a" "3580888bb44909db0225fd78122819303fc4d18969107c0406afac7c2c71e141", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3580888bb44909db0225fd78122819303fc4d18969107c0406afac7c2c71e141", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3580888bb44909db0225fd78122819303fc4d18969107c0406afac7c2c71e141", kill_on_drop: false }` [INFO] [stdout] 3580888bb44909db0225fd78122819303fc4d18969107c0406afac7c2c71e141 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:5873ed620acfc3295992aedd9294443d62a478a48ba243bc5e6c4f5abaffa05f" "/opt/rustwide/cargo-home/bin/cargo" "+0e21a27075a8c508f00d1a4430497f17ce93d5c9" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b965f32339a6932b307f11f6d036057151679ffc5913f0a8c3ef17ad11854b41 [INFO] running `Command { std: "docker" "start" "-a" "b965f32339a6932b307f11f6d036057151679ffc5913f0a8c3ef17ad11854b41", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.40 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling unicode-ident v1.0.1 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling serde_derive v1.0.138 [INFO] [stderr] Compiling serde v1.0.138 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling ryu v1.0.10 [INFO] [stderr] Compiling serde_json v1.0.82 [INFO] [stderr] Compiling hashbrown v0.12.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling itoa v1.0.2 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling lexical-util v0.8.5 [INFO] [stderr] Compiling lexical-write-integer v0.8.5 [INFO] [stderr] Compiling lexical-parse-integer v0.8.6 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling indexmap v1.9.1 [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 lexical-parse-float v0.8.5 [INFO] [stderr] Compiling lexical-write-float v0.8.5 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling lexical-core v0.8.5 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling num-complex v0.4.2 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling num v0.4.0 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling darling_core v0.13.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling multiversion-macros v0.6.1 [INFO] [stderr] Compiling darling_macro v0.13.4 [INFO] [stderr] Compiling multiversion v0.6.1 [INFO] [stderr] Compiling thiserror v1.0.31 [INFO] [stderr] Compiling darling v0.13.4 [INFO] [stderr] Compiling flatbuffers v2.0.0 [INFO] [stderr] Compiling proc-macro-crate v1.1.3 [INFO] [stderr] Compiling num_enum_derive v0.5.7 [INFO] [stderr] Compiling num_enum v0.5.7 [INFO] [stderr] Compiling arrow v6.5.0 [INFO] [stderr] Compiling peppi-arrow v0.2.3 [INFO] [stderr] error: could not compile `arrow` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name arrow --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrow-6.5.0/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="csv"' --cfg 'feature="csv_crate"' --cfg 'feature="default"' --cfg 'feature="flatbuffers"' --cfg 'feature="ipc"' --cfg 'feature="rand"' --cfg 'feature="test_utils"' -C metadata=04955ebd4d08f59c -C extra-filename=-04955ebd4d08f59c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-05dfd5b5d1225bed.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-4a3fd04146eca4e1.rmeta --extern csv_crate=/opt/rustwide/target/debug/deps/libcsv-14a114ccd3bbba5c.rmeta --extern flatbuffers=/opt/rustwide/target/debug/deps/libflatbuffers-b65b105accaf70cb.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-df8306afd9dee15d.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-5f8e175dda39be49.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rmeta --extern lexical_core=/opt/rustwide/target/debug/deps/liblexical_core-df52b5ab62c38fa6.rmeta --extern multiversion=/opt/rustwide/target/debug/deps/libmultiversion-4c34031460e6e4f9.rmeta --extern num=/opt/rustwide/target/debug/deps/libnum-c882e2d4937c7683.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-8b4fba53a659176d.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-f4af02113332b2fd.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-2ef53c7c1dc6eaee.rmeta --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-e2f1e2b49ddbff59.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-645bf6674b816176.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "b965f32339a6932b307f11f6d036057151679ffc5913f0a8c3ef17ad11854b41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b965f32339a6932b307f11f6d036057151679ffc5913f0a8c3ef17ad11854b41", kill_on_drop: false }` [INFO] [stdout] b965f32339a6932b307f11f6d036057151679ffc5913f0a8c3ef17ad11854b41