[INFO] updating cached repository https://github.com/wbl/nts-rust [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] 8e95bd3073c46c1d1380b28109c97feb3fbb5172 [INFO] testing wbl/nts-rust against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwbl%2Fnts-rust" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wbl/nts-rust 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/wbl/nts-rust [INFO] finished tweaking git repo https://github.com/wbl/nts-rust [INFO] tweaked toml for git repo https://github.com/wbl/nts-rust written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/wbl/nts-rust 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] error: the lock file /workspace/builds/worker-12/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] 5474a643c8e2fe6b858ba989035c6384fe426d3cbdc2cd1f22f9c570bf6243a5 [INFO] running `"docker" "start" "-a" "5474a643c8e2fe6b858ba989035c6384fe426d3cbdc2cd1f22f9c570bf6243a5"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling serde v0.8.23 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling zeroize v0.5.2 [INFO] [stderr] Compiling rust-ini v0.13.0 [INFO] [stderr] Compiling subtle v2.2.3 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling tokio-sync v0.1.8 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling yaml-rust v0.4.4 [INFO] [stderr] Compiling net2 v0.2.34 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling tokio-executor v0.1.10 [INFO] [stderr] Compiling crossbeam-queue v0.2.2 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling block-cipher-trait v0.6.2 [INFO] [stderr] Compiling dbl v0.2.1 [INFO] [stderr] Compiling stream-cipher v0.3.2 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling ctr v0.3.2 [INFO] [stderr] Compiling pmac v0.2.0 [INFO] [stderr] Compiling cmac v0.2.0 [INFO] [stderr] Compiling tokio-current-thread v0.1.7 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling miscreant v0.4.2 [INFO] [stderr] error: unsupported target platform. Either enable appropriate target-features (+aes,+ssse3) in RUSTFLAGS or enable the 'soft-aes' cargo feature to fallback to a software AES implementation [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/miscreant-0.4.2/src/lib.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | / compile_error!( [INFO] [stderr] 49 | | "unsupported target platform. Either enable appropriate target-features (+aes,+ssse3) \ [INFO] [stderr] 50 | | in RUSTFLAGS or enable the 'soft-aes' cargo feature to fallback to a software AES implementation" [INFO] [stderr] 51 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `aesni`, `crate::Aes128`, `crate::Aes256`, `crate::Aes128`, `crate::Aes256` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/miscreant-0.4.2/src/lib.rs:75:16 [INFO] [stderr] | [INFO] [stderr] 75 | pub(crate) use aesni::{Aes128, Aes256}; [INFO] [stderr] | ^^^^^ use of undeclared type or module `aesni` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/miscreant-0.4.2/src/aead.rs:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | use crate::{error::Error, siv::Siv, Aes128, Aes256}; [INFO] [stderr] | ^^^^^^ ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/miscreant-0.4.2/src/siv.rs:6:27 [INFO] [stderr] | [INFO] [stderr] 6 | use crate::{error::Error, Aes128, Aes256, IV_SIZE}; [INFO] [stderr] | ^^^^^^ ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] error: could not compile `miscreant`. [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" "5474a643c8e2fe6b858ba989035c6384fe426d3cbdc2cd1f22f9c570bf6243a5"` [INFO] running `"docker" "rm" "-f" "5474a643c8e2fe6b858ba989035c6384fe426d3cbdc2cd1f22f9c570bf6243a5"` [INFO] [stdout] 5474a643c8e2fe6b858ba989035c6384fe426d3cbdc2cd1f22f9c570bf6243a5