[INFO] updating cached repository https://github.com/cobweb-gang/cobweb-server
[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] 036fdcaef9fb4ad399fa3d2d89d732bf0aff330e
[INFO] checking cobweb-gang/cobweb-server against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcobweb-gang%2Fcobweb-server" "/workspace/builds/worker-13/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/cobweb-gang/cobweb-server on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/cobweb-gang/cobweb-server
[INFO] finished tweaking git repo https://github.com/cobweb-gang/cobweb-server
[INFO] tweaked toml for git repo https://github.com/cobweb-gang/cobweb-server written to /workspace/builds/worker-13/source/Cargo.toml
[INFO] crate git repo https://github.com/cobweb-gang/cobweb-server already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: unused manifest key: build
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=forbid" "-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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 633968b8c06a7c28f9203f5e01cbe7b826cfac5a0a13094649637e22014747e6
[INFO] running `"docker" "start" "-a" "633968b8c06a7c28f9203f5e01cbe7b826cfac5a0a13094649637e22014747e6"`
[INFO] [stderr] warning: unused manifest key: build
[INFO] [stderr]     Checking byteorder v1.2.7
[INFO] [stderr]     Checking subtle v1.0.0
[INFO] [stderr]     Checking zeroize v0.5.2
[INFO] [stderr]     Checking subtle v2.0.0
[INFO] [stderr]     Checking tokio-trace-core v0.1.0
[INFO] [stderr]    Compiling clear_on_drop v0.2.3
[INFO] [stderr]    Compiling tun-tap v0.1.2
[INFO] [stderr]     Checking tokio-sync v0.1.5
[INFO] [stderr]     Checking tokio-executor v0.1.7
[INFO] [stderr]     Checking generic-array v0.12.0
[INFO] [stderr]     Checking crossbeam-epoch v0.7.0
[INFO] [stderr]    Compiling rand v0.5.5
[INFO] [stderr]     Checking digest v0.7.6
[INFO] [stderr]     Checking crypto-mac v0.6.2
[INFO] [stderr]     Checking crypto-mac v0.5.2
[INFO] [stderr]     Checking num-bigint v0.2.2
[INFO] [stderr]    Compiling syn v0.15.24
[INFO] [stderr]     Checking sha2 v0.7.1
[INFO] [stderr]     Checking hmac v0.6.3
[INFO] [stderr]     Checking blake2 v0.7.1
[INFO] [stderr]     Checking crossbeam-deque v0.7.1
[INFO] [stderr]     Checking parking_lot_core v0.4.0
[INFO] [stderr]     Checking hkdf v0.6.0
[INFO] [stderr]     Checking block-cipher-trait v0.6.2
[INFO] [stderr]     Checking crypto-mac v0.7.0
[INFO] [stderr]     Checking dbl v0.2.0
[INFO] [stderr]     Checking stream-cipher v0.3.0
[INFO] [stderr]     Checking tokio-current-thread v0.1.6
[INFO] [stderr]     Checking tokio-timer v0.2.8
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking base64 v0.9.3
[INFO] [stderr]     Checking cmac v0.2.0
[INFO] [stderr]     Checking pmac v0.2.0
[INFO] [stderr]     Checking tokio-threadpool v0.1.14
[INFO] [stderr]     Checking parking_lot v0.7.1
[INFO] [stderr]     Checking ctr v0.3.0
[INFO] [stderr]     Checking miscreant v0.4.2
[INFO] [stderr]     Checking pbkdf2 v0.2.3
[INFO] [stderr]    Compiling curve25519-dalek v0.21.0
[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]     Checking tokio-io v0.1.12
[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] 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" "633968b8c06a7c28f9203f5e01cbe7b826cfac5a0a13094649637e22014747e6"`
[INFO] running `"docker" "rm" "-f" "633968b8c06a7c28f9203f5e01cbe7b826cfac5a0a13094649637e22014747e6"`
[INFO] [stdout] 633968b8c06a7c28f9203f5e01cbe7b826cfac5a0a13094649637e22014747e6
