[INFO] updating cached repository frankier/softcomputingforsoftpeople [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/frankier/softcomputingforsoftpeople [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/frankier/softcomputingforsoftpeople" "work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/frankier/softcomputingforsoftpeople"` [INFO] [stderr] Cloning into 'work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/frankier/softcomputingforsoftpeople'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/frankier/softcomputingforsoftpeople" "work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/frankier/softcomputingforsoftpeople"` [INFO] [stderr] Cloning into 'work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/frankier/softcomputingforsoftpeople'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a0a06bf13a79653a22f513d804cc44062e4e9492 [INFO] sha for GitHub repo frankier/softcomputingforsoftpeople: a0a06bf13a79653a22f513d804cc44062e4e9492 [INFO] validating manifest of frankier/softcomputingforsoftpeople on toolchain master#435236b8877cdb98c82eaebfb7887782277265c5 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of frankier/softcomputingforsoftpeople on toolchain try#b5c7f157c20453dde8d47371abe73b32351b4e7f [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing frankier/softcomputingforsoftpeople [INFO] finished frobbing frankier/softcomputingforsoftpeople [INFO] frobbed toml for frankier/softcomputingforsoftpeople written to work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/frankier/softcomputingforsoftpeople/Cargo.toml [INFO] started frobbing frankier/softcomputingforsoftpeople [INFO] finished frobbing frankier/softcomputingforsoftpeople [INFO] frobbed toml for frankier/softcomputingforsoftpeople written to work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/frankier/softcomputingforsoftpeople/Cargo.toml [INFO] crate frankier/softcomputingforsoftpeople already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking frankier/softcomputingforsoftpeople against try#b5c7f157c20453dde8d47371abe73b32351b4e7f for pr-62849 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62849/worker-3/try#b5c7f157c20453dde8d47371abe73b32351b4e7f:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/frankier/softcomputingforsoftpeople:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] de869a40088788550b54c8c38bfb02173a6927f9b13f2c9de92103eeeab4236e [INFO] running `"docker" "start" "-a" "de869a40088788550b54c8c38bfb02173a6927f9b13f2c9de92103eeeab4236e"` [INFO] [stderr] Checking safe-transmute v0.8.0 (https://github.com/frankier/safe-transmute-rs.git?rev=5ecc3b6b31d661523515b09b6621d6f0019e031e#5ecc3b6b) [INFO] [stderr] Checking memchr v2.0.1 [INFO] [stderr] Checking num-complex v0.1.42 [INFO] [stderr] Checking num-integer v0.1.36 [INFO] [stderr] Checking itertools v0.7.6 [INFO] [stderr] Compiling bitintr v0.1.18 [INFO] [stderr] Compiling bitwise v0.1.1 [INFO] [stderr] Checking ordered-float v0.5.0 [INFO] [stderr] Compiling derive-new v0.5.0 [INFO] [stderr] Compiling rand_derive v0.3.1 [INFO] [stderr] Checking csv-core v0.1.4 [INFO] [stderr] Compiling structopt-derive v0.2.0 (https://github.com/TeXitoi/structopt.git?rev=e046a86f3977b0d0bf796c7f9f1adbe43742d091#e046a86f) [INFO] [stderr] Checking num-iter v0.1.35 [INFO] [stderr] Checking csv v1.0.0-beta.5 [INFO] [stderr] Checking alga v0.5.2 [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_bmi_bextr_32` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitintr-0.1.18/src/x86/intrinsics/bmi/bextr.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | fn x86_bmi_bextr_32(x: u32, y: u32) -> u32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_bmi_bextr_64` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitintr-0.1.18/src/x86/intrinsics/bmi/bextr.rs:12:9 [INFO] [stderr] | [INFO] [stderr] 12 | fn x86_bmi_bextr_64(x: u64, y: u64) -> u64; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_bmi2_bzhi_32` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitintr-0.1.18/src/x86/intrinsics/bmi2/bzhi.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | fn x86_bmi2_bzhi_32(x: u32, y: u32) -> u32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_bmi2_bzhi_64` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitintr-0.1.18/src/x86/intrinsics/bmi2/bzhi.rs:12:9 [INFO] [stderr] | [INFO] [stderr] 12 | fn x86_bmi2_bzhi_64(x: u64, y: u64) -> u64; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_bmi2_pdep_32` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitintr-0.1.18/src/x86/intrinsics/bmi2/pdep.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | fn x86_bmi2_pdep_32(x: u32, y: u32) -> u32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_bmi2_pdep_64` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitintr-0.1.18/src/x86/intrinsics/bmi2/pdep.rs:12:9 [INFO] [stderr] | [INFO] [stderr] 12 | fn x86_bmi2_pdep_64(x: u64, y: u64) -> u64; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_bmi2_pext_32` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitintr-0.1.18/src/x86/intrinsics/bmi2/pext.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | fn x86_bmi2_pext_32(x: u32, y: u32) -> u32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_bmi2_pext_64` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitintr-0.1.18/src/x86/intrinsics/bmi2/pext.rs:12:9 [INFO] [stderr] | [INFO] [stderr] 12 | fn x86_bmi2_pext_64(x: u64, y: u64) -> u64; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_bmi_bextr_32` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitintr-0.1.18/src/x86/intrinsics/tbm/bextr.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | fn x86_bmi_bextr_32(x: u32, y: u32) -> u32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_bmi_bextr_64` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitintr-0.1.18/src/x86/intrinsics/tbm/bextr.rs:12:9 [INFO] [stderr] | [INFO] [stderr] 12 | fn x86_bmi_bextr_64(x: u64, y: u64) -> u64; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `bitintr`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "de869a40088788550b54c8c38bfb02173a6927f9b13f2c9de92103eeeab4236e"` [INFO] running `"docker" "rm" "-f" "de869a40088788550b54c8c38bfb02173a6927f9b13f2c9de92103eeeab4236e"` [INFO] [stdout] de869a40088788550b54c8c38bfb02173a6927f9b13f2c9de92103eeeab4236e