[INFO] fetching crate aesm-client 0.3.1... [INFO] checking aesm-client-0.3.1 against try#13f916f63bc6575d5ff1f989237dfabe88981368 for pr-69880 [INFO] extracting crate aesm-client 0.3.1 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate aesm-client 0.3.1 on toolchain 13f916f63bc6575d5ff1f989237dfabe88981368 [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate aesm-client 0.3.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate aesm-client 0.3.1 [INFO] tweaked toml for crates.io crate aesm-client 0.3.1 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+13f916f63bc6575d5ff1f989237dfabe88981368" "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] 9f091305c3cda8f7883ebbf99843806532b3b93b6b011bbeb2634539da07ee7a [INFO] running `"docker" "start" "-a" "9f091305c3cda8f7883ebbf99843806532b3b93b6b011bbeb2634539da07ee7a"` [INFO] [stderr] Compiling protobuf v2.10.2 [INFO] [stderr] Compiling proc-macro-nested v0.1.3 [INFO] [stderr] Checking futures-core v0.3.4 [INFO] [stderr] Checking futures-sink v0.3.4 [INFO] [stderr] Compiling nix v0.13.1 [INFO] [stderr] Compiling nix v0.11.1 [INFO] [stderr] Checking fortanix-sgx-abi v0.3.3 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking unix_socket2 v0.5.4 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Checking sgx-isa v0.3.1 [INFO] [stderr] Checking futures-channel v0.3.4 [INFO] [stderr] Checking tokio-io v0.1.13 [INFO] [stderr] Compiling protoc v2.10.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Checking tokio-threadpool v0.1.18 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Checking tokio-reactor v0.1.12 [INFO] [stderr] Checking tokio-codec v0.1.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Checking tokio-fs v0.1.7 [INFO] [stderr] Checking tokio-tcp v0.1.4 [INFO] [stderr] Checking tokio-uds v0.2.6 [INFO] [stderr] Checking tokio-udp v0.1.6 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling protobuf-codegen v2.10.2 [INFO] [stderr] Compiling protoc-rust v2.10.2 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling aesm-client v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Checking failure v0.1.7 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Checking sgxs v0.7.2 [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `sgxs`? [INFO] [stderr] --> src/imp/unix.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use sgxs::sigstruct::{Attributes, Sigstruct}; [INFO] [stderr] | ^^^^ maybe a missing crate `sgxs`? [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Sigstruct` in this scope [INFO] [stderr] --> src/imp/unix.rs:153:21 [INFO] [stderr] | [INFO] [stderr] 153 | sigstruct: &Sigstruct, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sgx_isa::Sigstruct; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Attributes` in this scope [INFO] [stderr] --> src/imp/unix.rs:154:21 [INFO] [stderr] | [INFO] [stderr] 154 | attributes: Attributes, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sgx_isa::Attributes; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] Checking sgxs-loaders v0.2.1 [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `aesm-client`. [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" "9f091305c3cda8f7883ebbf99843806532b3b93b6b011bbeb2634539da07ee7a"` [INFO] running `"docker" "rm" "-f" "9f091305c3cda8f7883ebbf99843806532b3b93b6b011bbeb2634539da07ee7a"` [INFO] [stdout] 9f091305c3cda8f7883ebbf99843806532b3b93b6b011bbeb2634539da07ee7a