[INFO] crate sgx_tunittest 1.0.8 is already in cache [INFO] extracting crate sgx_tunittest 1.0.8 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/sgx_tunittest/1.0.8 [INFO] extracting crate sgx_tunittest 1.0.8 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/sgx_tunittest/1.0.8 [INFO] validating manifest of sgx_tunittest-1.0.8 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of sgx_tunittest-1.0.8 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing sgx_tunittest-1.0.8 [INFO] finished frobbing sgx_tunittest-1.0.8 [INFO] frobbed toml for sgx_tunittest-1.0.8 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/sgx_tunittest/1.0.8/Cargo.toml [INFO] started frobbing sgx_tunittest-1.0.8 [INFO] finished frobbing sgx_tunittest-1.0.8 [INFO] frobbed toml for sgx_tunittest-1.0.8 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/sgx_tunittest/1.0.8/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking sgx_tunittest-1.0.8 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-0/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/sgx_tunittest/1.0.8:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 0129bed4ea43b337a8566f00da2d87d7aa516bac5034059cf8406de860a187c4 [INFO] running `"docker" "start" "-a" "0129bed4ea43b337a8566f00da2d87d7aa516bac5034059cf8406de860a187c4"` [INFO] [stderr] Checking sgx_types v1.0.8 [INFO] [stderr] Compiling sgx_unwind v0.0.3 [INFO] [stderr] Compiling filetime v0.1.15 [INFO] [stderr] Compiling sgx_build_helper v0.1.0 [INFO] [stderr] Checking sgx_libc v1.0.8 [INFO] [stderr] Checking sgx_trts v1.0.8 [INFO] [stderr] Compiling sgx_tstd v1.0.8 [INFO] [stderr] Checking sgx_alloc v1.0.8 [INFO] [stderr] Checking sgx_tprotected_fs v1.0.8 [INFO] [stderr] error[E0432]: unresolved import `alloc::boxed::FnBox` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/at_exit_imp.rs:31:25 [INFO] [stderr] | [INFO] [stderr] 31 | use alloc::boxed::{Box, FnBox}; [INFO] [stderr] | ^^^^^ no `FnBox` in `boxed` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `slice::SliceConcatExt` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/prelude/v1.rs:47:27 [INFO] [stderr] | [INFO] [stderr] 47 | #[doc(no_inline)] pub use slice::SliceConcatExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ no `SliceConcatExt` in `slice` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `global_allocator` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/lib.rs:100:3 [INFO] [stderr] | [INFO] [stderr] 100 | #[global_allocator] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/table.rs:246:3 [INFO] [stderr] | [INFO] [stderr] 246 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/env.rs:135:10 [INFO] [stderr] | [INFO] [stderr] 135 | #[derive(Debug, PartialEq, Eq, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/env.rs:246:10 [INFO] [stderr] | [INFO] [stderr] 246 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sgxfs.rs:55:17 [INFO] [stderr] | [INFO] [stderr] 55 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/mod.rs:379:10 [INFO] [stderr] | [INFO] [stderr] 379 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/mod.rs:599:38 [INFO] [stderr] | [INFO] [stderr] 599 | #[derive(Copy, PartialEq, Eq, Clone, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/mod.rs:871:10 [INFO] [stderr] | [INFO] [stderr] 871 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/mod.rs:978:10 [INFO] [stderr] | [INFO] [stderr] 978 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/mod.rs:997:10 [INFO] [stderr] | [INFO] [stderr] 997 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/mod.rs:1004:10 [INFO] [stderr] | [INFO] [stderr] 1004 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/mod.rs:1078:10 [INFO] [stderr] | [INFO] [stderr] 1078 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/mod.rs:1108:10 [INFO] [stderr] | [INFO] [stderr] 1108 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/buffered.rs:270:10 [INFO] [stderr] | [INFO] [stderr] 270 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/cursor.rs:45:17 [INFO] [stderr] | [INFO] [stderr] 45 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/error.rs:81:10 [INFO] [stderr] | [INFO] [stderr] 81 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Hash` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/error.rs:95:34 [INFO] [stderr] | [INFO] [stderr] 95 | #[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/error.rs:95:23 [INFO] [stderr] | [INFO] [stderr] 95 | #[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/mod.rs:58:38 [INFO] [stderr] | [INFO] [stderr] 58 | #[derive(Copy, Clone, PartialEq, Eq, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Hash` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/ip.rs:45:45 [INFO] [stderr] | [INFO] [stderr] 45 | #[derive(Copy, Clone, Eq, PartialEq, Debug, Hash, PartialOrd, Ord)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/ip.rs:45:38 [INFO] [stderr] | [INFO] [stderr] 45 | #[derive(Copy, Clone, Eq, PartialEq, Debug, Hash, PartialOrd, Ord)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/ip.rs:84:44 [INFO] [stderr] | [INFO] [stderr] 84 | #[derive(Copy, PartialEq, Eq, Clone, Hash, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Hash` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/ip.rs:84:38 [INFO] [stderr] | [INFO] [stderr] 84 | #[derive(Copy, PartialEq, Eq, Clone, Hash, Debug)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/addr.rs:50:44 [INFO] [stderr] | [INFO] [stderr] 50 | #[derive(Copy, Clone, PartialEq, Eq, Hash, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Hash` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/addr.rs:50:38 [INFO] [stderr] | [INFO] [stderr] 50 | #[derive(Copy, Clone, PartialEq, Eq, Hash, Debug)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/parser.rs:383:10 [INFO] [stderr] | [INFO] [stderr] 383 | #[derive(Debug, Clone, PartialEq, Eq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:83:23 [INFO] [stderr] | [INFO] [stderr] 83 | #[derive(Copy, Clone, Debug, Hash, PartialOrd, Ord, PartialEq, Eq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:274:46 [INFO] [stderr] | [INFO] [stderr] 274 | #[derive(Copy, Clone, PartialEq, PartialOrd, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:294:27 [INFO] [stderr] | [INFO] [stderr] 294 | #[derive(Copy, Clone, Eq, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:354:61 [INFO] [stderr] | [INFO] [stderr] 354 | #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:811:23 [INFO] [stderr] | [INFO] [stderr] 811 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:1064:10 [INFO] [stderr] | [INFO] [stderr] 1064 | #[derive(Debug, Clone, PartialEq, Eq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:1241:10 [INFO] [stderr] | [INFO] [stderr] 1241 | #[derive(Debug, Clone, PartialEq, Eq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/condvar.rs:63:10 [INFO] [stderr] | [INFO] [stderr] 63 | #[derive(Debug, PartialEq, Eq, Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/mutex.rs:159:38 [INFO] [stderr] | [INFO] [stderr] 159 | #[derive(Copy, PartialEq, Eq, Clone, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/once.rs:115:10 [INFO] [stderr] | [INFO] [stderr] 115 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Hash` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/time.rs:60:55 [INFO] [stderr] | [INFO] [stderr] 60 | #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Hash` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/time.rs:86:55 [INFO] [stderr] | [INFO] [stderr] 86 | #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/time.rs:93:17 [INFO] [stderr] | [INFO] [stderr] 93 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/fd.rs:37:10 [INFO] [stderr] | [INFO] [stderr] 37 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/fs.rs:48:17 [INFO] [stderr] | [INFO] [stderr] 48 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/fs.rs:62:32 [INFO] [stderr] | [INFO] [stderr] 62 | #[derive(Clone, PartialEq, Eq, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/fs.rs:65:44 [INFO] [stderr] | [INFO] [stderr] 65 | #[derive(Copy, Clone, PartialEq, Eq, Hash, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Hash` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/fs.rs:65:38 [INFO] [stderr] | [INFO] [stderr] 65 | #[derive(Copy, Clone, PartialEq, Eq, Hash, Debug)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/sgxfs.rs:40:17 [INFO] [stderr] | [INFO] [stderr] 40 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Hash` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/os_str.rs:42:17 [INFO] [stderr] | [INFO] [stderr] 42 | #[derive(Clone, Hash)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/os.rs:95:10 [INFO] [stderr] | [INFO] [stderr] 95 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Hash` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/time.rs:147:59 [INFO] [stderr] | [INFO] [stderr] 147 | #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Hash` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/time.rs:152:59 [INFO] [stderr] | [INFO] [stderr] 152 | #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/fs.rs:82:17 [INFO] [stderr] | [INFO] [stderr] 82 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/fs.rs:93:32 [INFO] [stderr] | [INFO] [stderr] 93 | #[derive(Clone, PartialEq, Eq, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Debug` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/fs.rs:100:44 [INFO] [stderr] | [INFO] [stderr] 100 | #[derive(Copy, Clone, PartialEq, Eq, Hash, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Hash` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/fs.rs:100:38 [INFO] [stderr] | [INFO] [stderr] 100 | #[derive(Copy, Clone, PartialEq, Eq, Hash, Debug)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: `env::VarError` doesn't implement `core::fmt::Debug` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/env.rs:158:6 [INFO] [stderr] | [INFO] [stderr] 158 | impl Error for VarError { [INFO] [stderr] | ^^^^^ `env::VarError` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `core::fmt::Debug` is not implemented for `env::VarError` [INFO] [stderr] = note: add `#[derive(Debug)]` or manually implement `core::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0277]: `env::JoinPathsError` doesn't implement `core::fmt::Debug` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/env.rs:278:6 [INFO] [stderr] | [INFO] [stderr] 278 | impl Error for JoinPathsError { [INFO] [stderr] | ^^^^^ `env::JoinPathsError` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `core::fmt::Debug` is not implemented for `env::JoinPathsError` [INFO] [stderr] = note: add `#[derive(Debug)]` or manually implement `core::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0277]: `io::buffered::IntoInnerError` doesn't implement `core::fmt::Debug` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/buffered.rs:408:28 [INFO] [stderr] | [INFO] [stderr] 408 | impl error::Error for IntoInnerError { [INFO] [stderr] | ^^^^^^^^^^^^ `io::buffered::IntoInnerError` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `core::fmt::Debug` is not implemented for `io::buffered::IntoInnerError` [INFO] [stderr] = note: add `#[derive(Debug)]` or manually implement `core::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0277]: `io::CharsError` doesn't implement `core::fmt::Debug` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/mod.rs:1044:6 [INFO] [stderr] | [INFO] [stderr] 1044 | impl std_error::Error for CharsError { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ `io::CharsError` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `core::fmt::Debug` is not implemented for `io::CharsError` [INFO] [stderr] = note: add `#[derive(Debug)]` or manually implement `core::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0277]: `net::parser::AddrParseError` doesn't implement `core::fmt::Debug` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/parser.rs:393:6 [INFO] [stderr] | [INFO] [stderr] 393 | impl Error for AddrParseError { [INFO] [stderr] | ^^^^^ `net::parser::AddrParseError` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `core::fmt::Debug` is not implemented for `net::parser::AddrParseError` [INFO] [stderr] = note: add `#[derive(Debug)]` or manually implement `core::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0277]: `path::StripPrefixError` doesn't implement `core::fmt::Debug` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:1870:6 [INFO] [stderr] | [INFO] [stderr] 1870 | impl Error for StripPrefixError { [INFO] [stderr] | ^^^^^ `path::StripPrefixError` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `core::fmt::Debug` is not implemented for `path::StripPrefixError` [INFO] [stderr] = note: add `#[derive(Debug)]` or manually implement `core::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0277]: `time::SystemTimeError` doesn't implement `core::fmt::Debug` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/time.rs:292:6 [INFO] [stderr] | [INFO] [stderr] 292 | impl Error for SystemTimeError { [INFO] [stderr] | ^^^^^ `time::SystemTimeError` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `core::fmt::Debug` is not implemented for `time::SystemTimeError` [INFO] [stderr] = note: add `#[derive(Debug)]` or manually implement `core::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0277]: `sys::os::JoinPathsError` doesn't implement `core::fmt::Debug` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/os.rs:121:6 [INFO] [stderr] | [INFO] [stderr] 121 | impl StdError for JoinPathsError { [INFO] [stderr] | ^^^^^^^^ `sys::os::JoinPathsError` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `core::fmt::Debug` is not implemented for `sys::os::JoinPathsError` [INFO] [stderr] = note: add `#[derive(Debug)]` or manually implement `core::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error: aborting due to 63 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `sgx_tstd`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0129bed4ea43b337a8566f00da2d87d7aa516bac5034059cf8406de860a187c4"` [INFO] running `"docker" "rm" "-f" "0129bed4ea43b337a8566f00da2d87d7aa516bac5034059cf8406de860a187c4"` [INFO] [stdout] 0129bed4ea43b337a8566f00da2d87d7aa516bac5034059cf8406de860a187c4