[INFO] fetching crate alphabeta 0.3.0...
[INFO] checking alphabeta-0.3.0 against try#264a7c4a1c917c83d13895a31231f9d93c7b67e1 for pr-132289
[INFO] extracting crate alphabeta 0.3.0 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate alphabeta 0.3.0 on toolchain 264a7c4a1c917c83d13895a31231f9d93c7b67e1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate alphabeta 0.3.0
[INFO] finished tweaking crates.io crate alphabeta 0.3.0
[INFO] tweaked toml for crates.io crate alphabeta 0.3.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] crate crates.io crate alphabeta 0.3.0 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" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 54e241593491d956b53d85b79e3c72d361f0d0b32e60e7c3b099d49a25da27c6
[INFO] running `Command { std: "docker" "start" "-a" "54e241593491d956b53d85b79e3c72d361f0d0b32e60e7c3b099d49a25da27c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "54e241593491d956b53d85b79e3c72d361f0d0b32e60e7c3b099d49a25da27c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "54e241593491d956b53d85b79e3c72d361f0d0b32e60e7c3b099d49a25da27c6", kill_on_drop: false }`
[INFO] [stdout] 54e241593491d956b53d85b79e3c72d361f0d0b32e60e7c3b099d49a25da27c6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 37b23d3b93f14575461489c812839b894243d5d5476e042a2a6b5399df4be5db
[INFO] running `Command { std: "docker" "start" "-a" "37b23d3b93f14575461489c812839b894243d5d5476e042a2a6b5399df4be5db", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.70
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling openssl v0.10.60
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling semver v1.0.20
[INFO] [stderr]     Checking bytemuck v1.14.0
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling base64 v0.21.5
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling unicode-bidi v0.3.13
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling matrixmultiply v0.3.8
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling rustls-native-certs v0.6.3
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling slog v2.7.0
[INFO] [stderr]    Compiling yeslogic-fontconfig-sys v3.2.0
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling flate2 v1.0.28
[INFO] [stderr]    Compiling filetime v0.2.22
[INFO] [stderr]     Checking getrandom v0.2.11
[INFO] [stderr]     Checking cblas-sys v0.1.4
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling xattr v1.0.1
[INFO] [stderr]    Compiling pathfinder_simd v0.5.2
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]    Compiling tar v0.4.40
[INFO] [stderr]     Checking safe_arch v0.7.1
[INFO] [stderr]    Compiling portable-atomic v1.5.1
[INFO] [stderr]     Checking itoa v1.0.9
[INFO] [stderr]    Compiling time-macros v0.2.15
[INFO] [stderr]     Checking deranged v0.3.9
[INFO] [stderr]    Compiling dirs v3.0.2
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]     Checking lapack-sys v0.14.0
[INFO] [stderr]     Checking fdeflate v0.3.1
[INFO] [stderr]     Checking wide v0.7.13
[INFO] [stderr]     Checking libloading v0.8.1
[INFO] [stderr]     Checking num_threads v0.1.6
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]     Checking unicode-width v0.1.11
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]     Checking console v0.15.7
[INFO] [stderr]     Checking png v0.17.10
[INFO] [stderr]     Checking anstyle-parse v0.2.2
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking thread_local v1.1.7
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/pathfinder_simd-0.5.2/src/lib.rs:11:61
[INFO] [stdout]    |
[INFO] [stdout] 11 | #![cfg_attr(pf_rustc_nightly, feature(link_llvm_intrinsics, platform_intrinsics))]
[INFO] [stdout]    |                                                             ^^^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: SIMD intrinsics use the regular intrinsics ABI now
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `stdsimd`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/pathfinder_simd-0.5.2/src/lib.rs:12:49
[INFO] [stdout]    |
[INFO] [stdout] 12 | #![cfg_attr(pf_rustc_nightly, feature(simd_ffi, stdsimd))]
[INFO] [stdout]    |                                                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling openssl-sys v0.9.96
[INFO] [stderr]    Compiling freetype-sys v0.13.1
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]    Compiling slog-async v2.8.0
[INFO] [stderr]     Checking const-cstr v0.3.0
[INFO] [stderr]     Checking anstyle v1.0.4
[INFO] [stderr]    Compiling font-kit v0.11.0
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]     Checking plotters-backend v0.3.5
[INFO] [stderr]     Checking jpeg-decoder v0.3.0
[INFO] [stderr]     Checking colorchoice v1.0.0
[INFO] [stderr]     Checking ryu v1.0.15
[INFO] [stderr]     Checking weezl v0.1.7
[INFO] [stderr]     Checking anstyle-query v1.0.0
[INFO] [stdout] Some errors have detailed explanations: E0557, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stderr]     Checking indicatif v0.17.7
[INFO] [stderr]     Checking freetype v0.7.0
[INFO] [stderr] error: could not compile `pathfinder_simd` (lib) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "37b23d3b93f14575461489c812839b894243d5d5476e042a2a6b5399df4be5db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "37b23d3b93f14575461489c812839b894243d5d5476e042a2a6b5399df4be5db", kill_on_drop: false }`
[INFO] [stdout] 37b23d3b93f14575461489c812839b894243d5d5476e042a2a6b5399df4be5db
