[INFO] updating cached repository https://github.com/pikkr/rust-json-parser-benchmark [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 124f5cbb23b0c8c9551b01d97fef194ba6fb7e0e [INFO] testing pikkr/rust-json-parser-benchmark against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpikkr%2Frust-json-parser-benchmark" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pikkr/rust-json-parser-benchmark on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/pikkr/rust-json-parser-benchmark [INFO] finished tweaking git repo https://github.com/pikkr/rust-json-parser-benchmark [INFO] tweaked toml for git repo https://github.com/pikkr/rust-json-parser-benchmark written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/pikkr/rust-json-parser-benchmark already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 672385683a49399a1bd02ed6bde0fb7aaec31ce6ab43239f511a2a751e590084 [INFO] running `"docker" "start" "-a" "672385683a49399a1bd02ed6bde0fb7aaec31ce6ab43239f511a2a751e590084"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling dtoa v0.4.2 [INFO] [stderr] Compiling serde v1.0.12 [INFO] [stderr] Compiling x86intrin v0.4.3 [INFO] [stderr] Compiling itoa v0.3.3 [INFO] [stderr] Compiling linear-map v1.2.0 [INFO] [stderr] Compiling json v0.11.9 [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/lib.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | #![feature(cfg_target_feature)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/lib.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | #![feature(link_llvm_intrinsics)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/lib.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | #![feature(platform_intrinsics)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/lib.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | #![feature(repr_simd)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/lib.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | #![feature(simd_ffi)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_max_ps` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/sse.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | fn x86_mm_max_ps(a: m128, b: m128) -> m128; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_min_ps` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/sse.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | fn x86_mm_min_ps(a: m128, b: m128) -> m128; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_rcp_ps` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/sse.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | fn x86_mm_rcp_ps(x: m128) -> m128; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_rsqrt_ps` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/sse.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | fn x86_mm_rsqrt_ps(x: m128) -> m128; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_sqrt_ps` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/sse.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | fn x86_mm_sqrt_ps(x: m128) -> m128; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_adds_epi8` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/sse2.rs:151:5 [INFO] [stderr] | [INFO] [stderr] 151 | fn x86_mm_adds_epi8(x: i8x16, y: i8x16) -> i8x16; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_adds_epu8` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/sse2.rs:152:5 [INFO] [stderr] | [INFO] [stderr] 152 | fn x86_mm_adds_epu8(x: u8x16, y: u8x16) -> u8x16; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_adds_epi16` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/sse2.rs:153:5 [INFO] [stderr] | [INFO] [stderr] 153 | fn x86_mm_adds_epi16(x: i16x8, y: i16x8) -> i16x8; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_adds_epu16` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/sse2.rs:154:5 [INFO] [stderr] | [INFO] [stderr] 154 | fn x86_mm_adds_epu16(x: u16x8, y: u16x8) -> u16x8; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_subs_epi8` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/sse2.rs:155:5 [INFO] [stderr] | [INFO] [stderr] 155 | fn x86_mm_subs_epi8(x: i8x16, y: i8x16) -> i8x16; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_subs_epu8` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/sse2.rs:156:5 [INFO] [stderr] | [INFO] [stderr] 156 | fn x86_mm_subs_epu8(x: u8x16, y: u8x16) -> u8x16; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_subs_epi16` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/sse2.rs:157:5 [INFO] [stderr] | [INFO] [stderr] 157 | fn x86_mm_subs_epi16(x: i16x8, y: i16x8) -> i16x8; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_subs_epu16` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/sse2.rs:158:5 [INFO] [stderr] | [INFO] [stderr] 158 | fn x86_mm_subs_epu16(x: u16x8, y: u16x8) -> u16x8; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_mul_epu32` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/sse2.rs:160:5 [INFO] [stderr] | [INFO] [stderr] 160 | fn x86_mm_mul_epu32(x: u32x4, y: u32x4) -> u64x2; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_mulhi_epi16` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/sse2.rs:161:5 [INFO] [stderr] | [INFO] [stderr] 161 | fn x86_mm_mulhi_epi16(x: i16x8, y: i16x8) -> i16x8; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_mulhi_epu16` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/sse2.rs:162:5 [INFO] [stderr] | [INFO] [stderr] 162 | fn x86_mm_mulhi_epu16(x: u16x8, y: u16x8) -> u16x8; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_avg_epu8` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/sse2.rs:164:5 [INFO] [stderr] | [INFO] [stderr] 164 | fn x86_mm_avg_epu8(x: u8x16, y: u8x16) -> u8x16; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_avg_epu16` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/sse2.rs:165:5 [INFO] [stderr] | [INFO] [stderr] 165 | fn x86_mm_avg_epu16(x: u16x8, y: u16x8) -> u16x8; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_max_epi16` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/sse2.rs:167:5 [INFO] [stderr] | [INFO] [stderr] 167 | fn x86_mm_max_epi16(x: i16x8, y: i16x8) -> i16x8; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_max_epu8` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/sse2.rs:168:5 [INFO] [stderr] | [INFO] [stderr] 168 | fn x86_mm_max_epu8(x: u8x16, y: u8x16) -> u8x16; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_max_pd` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/sse2.rs:169:5 [INFO] [stderr] | [INFO] [stderr] 169 | fn x86_mm_max_pd(x: m128d, y: m128d) -> m128d; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_min_epi16` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/sse2.rs:170:5 [INFO] [stderr] | [INFO] [stderr] 170 | fn x86_mm_min_epi16(x: i16x8, y: i16x8) -> i16x8; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_min_epu8` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/sse2.rs:171:5 [INFO] [stderr] | [INFO] [stderr] 171 | fn x86_mm_min_epu8(x: u8x16, y: u8x16) -> u8x16; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_min_pd` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/sse2.rs:172:5 [INFO] [stderr] | [INFO] [stderr] 172 | fn x86_mm_min_pd(x: m128d, y: m128d) -> m128d; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_sqrt_pd` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86intrin-0.4.3/src/sse2.rs:174:5 [INFO] [stderr] | [INFO] [stderr] 174 | fn x86_mm_sqrt_pd(x: m128d) -> m128d; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 30 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `x86intrin`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "672385683a49399a1bd02ed6bde0fb7aaec31ce6ab43239f511a2a751e590084"` [INFO] running `"docker" "rm" "-f" "672385683a49399a1bd02ed6bde0fb7aaec31ce6ab43239f511a2a751e590084"` [INFO] [stdout] 672385683a49399a1bd02ed6bde0fb7aaec31ce6ab43239f511a2a751e590084