[INFO] updating cached repository https://github.com/nlopes/arq [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] [stderr] From https://github.com/nlopes/arq [INFO] [stderr] b417c4d..73f4ad8 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 73f4ad88cad4b0b85aa52d4b61d25ce8a7c1ef2c [INFO] testing nlopes/arq against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnlopes%2Farq" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nlopes/arq on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/nlopes/arq [INFO] finished tweaking git repo https://github.com/nlopes/arq [INFO] tweaked toml for git repo https://github.com/nlopes/arq written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/nlopes/arq already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+beta-2020-06-03" "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] 80e6c0ec9f74951985ee50e9173911dc0eae7efa4d7ca03c8178ef6c104bc63c [INFO] running `"docker" "start" "-a" "80e6c0ec9f74951985ee50e9173911dc0eae7efa4d7ca03c8178ef6c104bc63c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling autocfg v0.1.4 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Compiling proc-macro2 v1.0.1 [INFO] [stderr] Compiling opaque-debug v0.2.2 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling syn v1.0.3 [INFO] [stderr] Compiling subtle v2.2.3 [INFO] [stderr] Compiling once_cell v1.3.1 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling base64 v0.12.0 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling line-wrap v0.1.1 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling ring v0.16.14 [INFO] [stderr] Compiling lz4-sys v1.8.3 [INFO] [stderr] Compiling generic-array v0.12.0 [INFO] [stderr] Compiling generic-array v0.14.1 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling block-cipher-trait v0.6.2 [INFO] [stderr] Compiling stream-cipher v0.3.0 [INFO] [stderr] Compiling crypto-mac v0.8.0 [INFO] [stderr] Compiling aesni v0.6.0 [INFO] [stderr] Compiling block-modes v0.3.3 [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling hmac v0.7.1 [INFO] [stderr] Compiling sha-1 v0.8.2 [INFO] [stderr] error: enable aes and ssse3 target features, e.g. with RUSTFLAGS="-C target-feature=+aes,+ssse3" enviromental variable. For x86 target arch additionally enable sse2 target feature. [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/aesni-0.6.0/src/target_checks.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / compile_error!( [INFO] [stderr] 10 | | "enable aes and ssse3 target features, e.g. with \ [INFO] [stderr] 11 | | RUSTFLAGS=\"-C target-feature=+aes,+ssse3\" enviromental variable. \ [INFO] [stderr] 12 | | For x86 target arch additionally enable sse2 target feature." [INFO] [stderr] 13 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `aesni`. [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" "80e6c0ec9f74951985ee50e9173911dc0eae7efa4d7ca03c8178ef6c104bc63c"` [INFO] running `"docker" "rm" "-f" "80e6c0ec9f74951985ee50e9173911dc0eae7efa4d7ca03c8178ef6c104bc63c"` [INFO] [stdout] 80e6c0ec9f74951985ee50e9173911dc0eae7efa4d7ca03c8178ef6c104bc63c