[INFO] cloning repository https://github.com/spenczar/arrow-hash [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/spenczar/arrow-hash" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspenczar%2Farrow-hash", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspenczar%2Farrow-hash'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d614d3dd2a3ec0a5af56bd359e8a631945780e03 [INFO] testing spenczar/arrow-hash against master#160e7623e8cbbf1feab2b6e2a24733a98c7bde9c for pr-145628 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspenczar%2Farrow-hash" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/spenczar/arrow-hash [INFO] finished tweaking git repo https://github.com/spenczar/arrow-hash [INFO] tweaked toml for git repo https://github.com/spenczar/arrow-hash written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/spenczar/arrow-hash on toolchain 160e7623e8cbbf1feab2b6e2a24733a98c7bde9c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+160e7623e8cbbf1feab2b6e2a24733a98c7bde9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/spenczar/arrow-hash already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+160e7623e8cbbf1feab2b6e2a24733a98c7bde9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded arrow-data v44.0.0 [INFO] [stderr] Downloaded arrow-ord v44.0.0 [INFO] [stderr] Downloaded arrow-schema v44.0.0 [INFO] [stderr] Downloaded arrow-select v44.0.0 [INFO] [stderr] Downloaded arrow-csv v44.0.0 [INFO] [stderr] Downloaded arrow-string v44.0.0 [INFO] [stderr] Downloaded arrow-arith v44.0.0 [INFO] [stderr] Downloaded arrow-json v44.0.0 [INFO] [stderr] Downloaded arrow-buffer v44.0.0 [INFO] [stderr] Downloaded arrow-ipc v44.0.0 [INFO] [stderr] Downloaded arrow-cast v44.0.0 [INFO] [stderr] Downloaded arrow v44.0.0 [INFO] [stderr] Downloaded arrow-array v44.0.0 [INFO] [stderr] Downloaded arrow-row v44.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+160e7623e8cbbf1feab2b6e2a24733a98c7bde9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a901186208704d33f1dcc020bc5903b7747c4289fdfc920df37ee9f49d83314e [INFO] running `Command { std: "docker" "start" "-a" "a901186208704d33f1dcc020bc5903b7747c4289fdfc920df37ee9f49d83314e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a901186208704d33f1dcc020bc5903b7747c4289fdfc920df37ee9f49d83314e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a901186208704d33f1dcc020bc5903b7747c4289fdfc920df37ee9f49d83314e", kill_on_drop: false }` [INFO] [stdout] a901186208704d33f1dcc020bc5903b7747c4289fdfc920df37ee9f49d83314e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+160e7623e8cbbf1feab2b6e2a24733a98c7bde9c" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 60723fe494a449826a4c31bff21beca17ca322c8c5564247a41642798887b8d4 [INFO] running `Command { std: "docker" "start" "-a" "60723fe494a449826a4c31bff21beca17ca322c8c5564247a41642798887b8d4", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libm v0.2.7 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling bitflags v2.3.3 [INFO] [stderr] Compiling allocator-api2 v0.2.16 [INFO] [stderr] Compiling target-lexicon v0.12.10 [INFO] [stderr] Compiling iana-time-zone v0.1.57 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling semver v1.0.18 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling lexical-util v0.8.5 [INFO] [stderr] Compiling serde v1.0.171 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling arrow-schema v44.0.0 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling ahash v0.8.3 [INFO] [stderr] Compiling lexical-write-integer v0.8.5 [INFO] [stderr] Compiling lexical-parse-integer v0.8.6 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling regex-syntax v0.7.4 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling smallvec v1.11.0 [INFO] [stderr] Compiling pyo3-build-config v0.19.1 [INFO] [stderr] Compiling aho-corasick v1.0.2 [INFO] [stderr] Compiling lexical-write-float v0.8.5 [INFO] [stderr] Compiling serde_json v1.0.103 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling quote v1.0.31 [INFO] [stderr] Compiling flatbuffers v23.5.26 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling lexical-parse-float v0.8.5 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling indoc v1.0.9 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling unindent v0.1.11 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stdout] error[E0635]: unknown feature `stdsimd` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.3/src/lib.rs:99:42 [INFO] [stdout] | [INFO] [stdout] 99 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0635`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ahash` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "60723fe494a449826a4c31bff21beca17ca322c8c5564247a41642798887b8d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60723fe494a449826a4c31bff21beca17ca322c8c5564247a41642798887b8d4", kill_on_drop: false }` [INFO] [stdout] 60723fe494a449826a4c31bff21beca17ca322c8c5564247a41642798887b8d4