[INFO] crate fortanix-sgx-tools 0.3.1 is already in cache
[INFO] checking fortanix-sgx-tools-0.3.1 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate fortanix-sgx-tools 0.3.1 into /workspace/builds/worker-7/source
[INFO] validating manifest of crates.io crate fortanix-sgx-tools 0.3.1 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate fortanix-sgx-tools 0.3.1
[INFO] finished tweaking crates.io crate fortanix-sgx-tools 0.3.1
[INFO] tweaked toml for crates.io crate fortanix-sgx-tools 0.3.1 written to /workspace/builds/worker-7/source/Cargo.toml
[INFO] crate crates.io crate fortanix-sgx-tools 0.3.1 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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" "+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] fe387ec55131a417605569a9ac995a894bd5eef68034a4ff6c3be9d7036c4e1f
[INFO] running `"docker" "start" "-a" "fe387ec55131a417605569a9ac995a894bd5eef68034a4ff6c3be9d7036c4e1f"`
[INFO] [stderr]     Checking byteorder v1.1.0
[INFO] [stderr]    Compiling pkg-config v0.3.9
[INFO] [stderr]    Compiling protobuf v2.10.2
[INFO] [stderr]    Compiling nix v0.11.1
[INFO] [stderr]     Checking unicode-width v0.1.4
[INFO] [stderr]     Checking vec_map v0.8.0
[INFO] [stderr]     Checking unicode-segmentation v1.1.0
[INFO] [stderr]     Checking zero v0.1.2
[INFO] [stderr]    Compiling backtrace-sys v0.1.34
[INFO] [stderr]     Checking lock_api v0.3.3
[INFO] [stderr]     Checking xmas-elf v0.6.2
[INFO] [stderr]     Checking time v0.1.38
[INFO] [stderr]     Checking term_size v0.3.0
[INFO] [stderr]     Checking unix_socket2 v0.5.4
[INFO] [stderr]     Checking atty v0.2.2
[INFO] [stderr]    Compiling protoc v2.10.2
[INFO] [stderr]     Checking toml v0.4.10
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking textwrap v0.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.4
[INFO] [stderr]    Compiling openssl-sys v0.9.54
[INFO] [stderr]     Checking parking_lot v0.9.0
[INFO] [stderr]     Checking clap v2.25.0
[INFO] [stderr]     Checking tokio-io v0.1.13
[INFO] [stderr]     Checking backtrace v0.3.45
[INFO] [stderr]    Compiling openssl v0.10.28
[INFO] [stderr]     Checking tokio-reactor v0.1.12
[INFO] [stderr]     Checking tokio-codec v0.1.2
[INFO] [stderr]     Checking tokio-fs v0.1.7
[INFO] [stderr]     Checking failure 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]     Checking futures-util v0.3.4
[INFO] [stderr]    Compiling protobuf-codegen v2.10.2
[INFO] [stderr]     Checking sgxs v0.7.2
[INFO] [stderr]     Checking sgxs-loaders v0.2.1
[INFO] [stderr]    Compiling protoc-rust v2.10.2
[INFO] [stderr]     Checking futures-executor v0.3.4
[INFO] [stderr]     Checking futures v0.3.4
[INFO] [stderr]     Checking enclave-runner v0.3.0
[INFO] [stderr]    Compiling aesm-client v0.4.0
[INFO] [stderr]     Checking fortanix-sgx-tools v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead
[INFO] [stderr]   --> src/bin/ftxsgx-runner.rs:24:1
[INFO] [stderr]    |
[INFO] [stderr] 24 | / arg_enum!{
[INFO] [stderr] 25 | |     #[derive(PartialEq, Debug)]
[INFO] [stderr] 26 | |     #[allow(non_camel_case_types)]
[INFO] [stderr] 27 | |     pub enum Signature {
[INFO] [stderr] ...  |
[INFO] [stderr] 30 | |     }
[INFO] [stderr] 31 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead
[INFO] [stderr]   --> src/bin/ftxsgx-runner.rs:24:1
[INFO] [stderr]    |
[INFO] [stderr] 24 | / arg_enum!{
[INFO] [stderr] 25 | |     #[derive(PartialEq, Debug)]
[INFO] [stderr] 26 | |     #[allow(non_camel_case_types)]
[INFO] [stderr] 27 | |     pub enum Signature {
[INFO] [stderr] ...  |
[INFO] [stderr] 30 | |     }
[INFO] [stderr] 31 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 51.68s
[INFO] running `"docker" "inspect" "fe387ec55131a417605569a9ac995a894bd5eef68034a4ff6c3be9d7036c4e1f"`
[INFO] running `"docker" "rm" "-f" "fe387ec55131a417605569a9ac995a894bd5eef68034a4ff6c3be9d7036c4e1f"`
[INFO] [stdout] fe387ec55131a417605569a9ac995a894bd5eef68034a4ff6c3be9d7036c4e1f
