[INFO] crate sgx_rand 1.0.8 is already in cache [INFO] extracting crate sgx_rand 1.0.8 into work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/reg/sgx_rand/1.0.8 [INFO] extracting crate sgx_rand 1.0.8 into work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/sgx_rand/1.0.8 [INFO] validating manifest of sgx_rand-1.0.8 on toolchain master#435236b8877cdb98c82eaebfb7887782277265c5 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of sgx_rand-1.0.8 on toolchain try#b5c7f157c20453dde8d47371abe73b32351b4e7f [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing sgx_rand-1.0.8 [INFO] finished frobbing sgx_rand-1.0.8 [INFO] frobbed toml for sgx_rand-1.0.8 written to work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/reg/sgx_rand/1.0.8/Cargo.toml [INFO] started frobbing sgx_rand-1.0.8 [INFO] finished frobbing sgx_rand-1.0.8 [INFO] frobbed toml for sgx_rand-1.0.8 written to work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/sgx_rand/1.0.8/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking sgx_rand-1.0.8 against try#b5c7f157c20453dde8d47371abe73b32351b4e7f for pr-62849 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62849/worker-4/try#b5c7f157c20453dde8d47371abe73b32351b4e7f:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/sgx_rand/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" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 4595540190ab83fd405ceb026c7425216fe39260713ad149337cb51b4c90251c [INFO] running `"docker" "start" "-a" "4595540190ab83fd405ceb026c7425216fe39260713ad149337cb51b4c90251c"` [INFO] [stderr] Compiling sgx_unwind v0.0.3 [INFO] [stderr] Checking sgx_libc v1.0.8 [INFO] [stderr] Compiling filetime v0.1.15 [INFO] [stderr] Checking sgx_trts v1.0.8 [INFO] [stderr] Compiling sgx_build_helper v0.1.0 [INFO] [stderr] Checking sgx_tprotected_fs v1.0.8 [INFO] [stderr] Checking sgx_alloc v1.0.8 [INFO] [stderr] Compiling sgx_tstd 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 macro `cfg!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/f64.rs:798:13 [INFO] [stderr] | [INFO] [stderr] 798 | if !cfg!(target_os = "solaris") { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:177:19 [INFO] [stderr] | [INFO] [stderr] 177 | Err(_) => panic!("inconsistent park state"), [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:177:19 [INFO] [stderr] | [INFO] [stderr] 177 | Err(_) => panic!("inconsistent park state"), [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:177:19 [INFO] [stderr] | [INFO] [stderr] 177 | Err(_) => panic!("inconsistent park state"), [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:265:19 [INFO] [stderr] | [INFO] [stderr] 265 | Err(_) => panic!("inconsistent park_timeout state"), [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:265:19 [INFO] [stderr] | [INFO] [stderr] 265 | Err(_) => panic!("inconsistent park_timeout state"), [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:265:19 [INFO] [stderr] | [INFO] [stderr] 265 | Err(_) => panic!("inconsistent park_timeout state"), [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:63:38 [INFO] [stderr] | [INFO] [stderr] 63 | $crate::rt::begin_panic_fmt(&format_args!($fmt, $($arg)+), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:276:14 [INFO] [stderr] | [INFO] [stderr] 276 | n => panic!("inconsistent park_timeout state: {}", n), [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:276:14 [INFO] [stderr] | [INFO] [stderr] 276 | n => panic!("inconsistent park_timeout state: {}", n), [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:276:14 [INFO] [stderr] | [INFO] [stderr] 276 | n => panic!("inconsistent park_timeout state: {}", n), [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:276:14 [INFO] [stderr] | [INFO] [stderr] 276 | n => panic!("inconsistent park_timeout state: {}", n), [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:285:31 [INFO] [stderr] | [INFO] [stderr] 285 | #[derive(Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:285:25 [INFO] [stderr] | [INFO] [stderr] 285 | #[derive(Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:285:14 [INFO] [stderr] | [INFO] [stderr] 285 | #[derive(Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Eq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:285:10 [INFO] [stderr] | [INFO] [stderr] 285 | #[derive(Eq, PartialEq, Copy, Clone)] [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:311:10 [INFO] [stderr] | [INFO] [stderr] 311 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:347:22 [INFO] [stderr] | [INFO] [stderr] 347 | _ => panic!("inconsistent state in unpark"), [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:347:22 [INFO] [stderr] | [INFO] [stderr] 347 | _ => panic!("inconsistent state in unpark"), [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:347:22 [INFO] [stderr] | [INFO] [stderr] 347 | _ => panic!("inconsistent state in unpark"), [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:356:22 [INFO] [stderr] | [INFO] [stderr] 356 | _ => panic!("inconsistent state in unpark"), [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:356:22 [INFO] [stderr] | [INFO] [stderr] 356 | _ => panic!("inconsistent state in unpark"), [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:356:22 [INFO] [stderr] | [INFO] [stderr] 356 | _ => panic!("inconsistent state in unpark"), [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:63:38 [INFO] [stderr] | [INFO] [stderr] 63 | $crate::rt::begin_panic_fmt(&format_args!($fmt, $($arg)+), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:174:13 [INFO] [stderr] | [INFO] [stderr] 174 | assert_eq!(old, NOTIFIED, "park state changed unexpectedly"); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:174:13 [INFO] [stderr] | [INFO] [stderr] 174 | assert_eq!(old, NOTIFIED, "park state changed unexpectedly"); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:174:13 [INFO] [stderr] | [INFO] [stderr] 174 | assert_eq!(old, NOTIFIED, "park state changed unexpectedly"); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:174:13 [INFO] [stderr] | [INFO] [stderr] 174 | assert_eq!(old, NOTIFIED, "park state changed unexpectedly"); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:63:38 [INFO] [stderr] | [INFO] [stderr] 63 | $crate::rt::begin_panic_fmt(&format_args!($fmt, $($arg)+), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:262:13 [INFO] [stderr] | [INFO] [stderr] 262 | assert_eq!(old, NOTIFIED, "park state changed unexpectedly"); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:262:13 [INFO] [stderr] | [INFO] [stderr] 262 | assert_eq!(old, NOTIFIED, "park state changed unexpectedly"); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:262:13 [INFO] [stderr] | [INFO] [stderr] 262 | assert_eq!(old, NOTIFIED, "park state changed unexpectedly"); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/thread/mod.rs:262:13 [INFO] [stderr] | [INFO] [stderr] 262 | assert_eq!(old, NOTIFIED, "park state changed unexpectedly"); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/table.rs:200:27 [INFO] [stderr] | [INFO] [stderr] 200 | #[derive(PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/table.rs:200:21 [INFO] [stderr] | [INFO] [stderr] 200 | #[derive(PartialEq, Copy, Clone)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/table.rs:200:10 [INFO] [stderr] | [INFO] [stderr] 200 | #[derive(PartialEq, Copy, Clone)] [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 macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:63:38 [INFO] [stderr] | [INFO] [stderr] 63 | $crate::rt::begin_panic_fmt(&format_args!($fmt, $($arg)+), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/table.rs:248:5 [INFO] [stderr] | [INFO] [stderr] 248 | assert_eq!(size_of::(), size_of::()) [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/table.rs:248:5 [INFO] [stderr] | [INFO] [stderr] 248 | assert_eq!(size_of::(), size_of::()) [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/table.rs:248:5 [INFO] [stderr] | [INFO] [stderr] 248 | assert_eq!(size_of::(), size_of::()) [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/table.rs:248:5 [INFO] [stderr] | [INFO] [stderr] 248 | assert_eq!(size_of::(), size_of::()) [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/table.rs:737:58 [INFO] [stderr] | [INFO] [stderr] 737 | Err(CollectionAllocErr::CapacityOverflow) => panic!("capacity overflow"), [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/table.rs:737:58 [INFO] [stderr] | [INFO] [stderr] 737 | Err(CollectionAllocErr::CapacityOverflow) => panic!("capacity overflow"), [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/table.rs:737:58 [INFO] [stderr] | [INFO] [stderr] 737 | Err(CollectionAllocErr::CapacityOverflow) => panic!("capacity overflow"), [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/table.rs:738:50 [INFO] [stderr] | [INFO] [stderr] 738 | Err(CollectionAllocErr::AllocErr) => unreachable!(), [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/table.rs:738:50 [INFO] [stderr] | [INFO] [stderr] 738 | Err(CollectionAllocErr::AllocErr) => unreachable!(), [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/table.rs:738:50 [INFO] [stderr] | [INFO] [stderr] 738 | Err(CollectionAllocErr::AllocErr) => unreachable!(), [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/table.rs:778:58 [INFO] [stderr] | [INFO] [stderr] 778 | Err(CollectionAllocErr::CapacityOverflow) => panic!("capacity overflow"), [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/table.rs:778:58 [INFO] [stderr] | [INFO] [stderr] 778 | Err(CollectionAllocErr::CapacityOverflow) => panic!("capacity overflow"), [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/table.rs:778:58 [INFO] [stderr] | [INFO] [stderr] 778 | Err(CollectionAllocErr::CapacityOverflow) => panic!("capacity overflow"), [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/table.rs:779:50 [INFO] [stderr] | [INFO] [stderr] 779 | Err(CollectionAllocErr::AllocErr) => unreachable!(), [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/table.rs:779:50 [INFO] [stderr] | [INFO] [stderr] 779 | Err(CollectionAllocErr::AllocErr) => unreachable!(), [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/table.rs:779:50 [INFO] [stderr] | [INFO] [stderr] 779 | Err(CollectionAllocErr::AllocErr) => unreachable!(), [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `cfg!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/table.rs:64:9 [INFO] [stderr] | [INFO] [stderr] 64 | debug_assert!(ptr as usize & 1 == 0 || ptr as usize == EMPTY as usize); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/table.rs:64:9 [INFO] [stderr] | [INFO] [stderr] 64 | debug_assert!(ptr as usize & 1 == 0 || ptr as usize == EMPTY as usize); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `cfg!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/table.rs:366:9 [INFO] [stderr] | [INFO] [stderr] 366 | / debug_assert!(table.capacity() > 0, [INFO] [stderr] 367 | | "Table should have capacity at this point"); [INFO] [stderr] | |__________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/table.rs:366:9 [INFO] [stderr] | [INFO] [stderr] 366 | / debug_assert!(table.capacity() > 0, [INFO] [stderr] 367 | | "Table should have capacity at this point"); [INFO] [stderr] | |__________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:52:10 [INFO] [stderr] | [INFO] [stderr] 52 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:431:10 [INFO] [stderr] | [INFO] [stderr] 431 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:821:58 [INFO] [stderr] | [INFO] [stderr] 821 | Err(CollectionAllocErr::CapacityOverflow) => panic!("capacity overflow"), [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:821:58 [INFO] [stderr] | [INFO] [stderr] 821 | Err(CollectionAllocErr::CapacityOverflow) => panic!("capacity overflow"), [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:821:58 [INFO] [stderr] | [INFO] [stderr] 821 | Err(CollectionAllocErr::CapacityOverflow) => panic!("capacity overflow"), [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:822:50 [INFO] [stderr] | [INFO] [stderr] 822 | Err(CollectionAllocErr::AllocErr) => unreachable!(), [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:822:50 [INFO] [stderr] | [INFO] [stderr] 822 | Err(CollectionAllocErr::AllocErr) => unreachable!(), [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:822:50 [INFO] [stderr] | [INFO] [stderr] 822 | Err(CollectionAllocErr::AllocErr) => unreachable!(), [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:1017:21 [INFO] [stderr] | [INFO] [stderr] 1017 | None => unreachable!(), [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:1017:21 [INFO] [stderr] | [INFO] [stderr] 1017 | None => unreachable!(), [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:1017:21 [INFO] [stderr] | [INFO] [stderr] 1017 | None => unreachable!(), [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:2594:10 [INFO] [stderr] | [INFO] [stderr] 2594 | #[derive(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/collections/hash/map.rs:2658:17 [INFO] [stderr] | [INFO] [stderr] 2658 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:2658:10 [INFO] [stderr] | [INFO] [stderr] 2658 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `cfg!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:505:9 [INFO] [stderr] | [INFO] [stderr] 505 | debug_assert!(displacement <= size); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:505:9 [INFO] [stderr] | [INFO] [stderr] 505 | debug_assert!(displacement <= size); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `cfg!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:559:13 [INFO] [stderr] | [INFO] [stderr] 559 | debug_assert!(probe.index() != idx_end); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:559:13 [INFO] [stderr] | [INFO] [stderr] 559 | debug_assert!(probe.index() != idx_end); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `cfg!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:650:13 [INFO] [stderr] | [INFO] [stderr] 650 | debug_assert!(buckets.index() != start_index); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:650:13 [INFO] [stderr] | [INFO] [stderr] 650 | debug_assert!(buckets.index() != start_index); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:880:9 [INFO] [stderr] | [INFO] [stderr] 880 | assert!(self.table.size() <= new_raw_cap); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:881:9 [INFO] [stderr] | [INFO] [stderr] 881 | assert!(new_raw_cap.is_power_of_two() || new_raw_cap == 0); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:63:38 [INFO] [stderr] | [INFO] [stderr] 63 | $crate::rt::begin_panic_fmt(&format_args!($fmt, $($arg)+), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:927:9 [INFO] [stderr] | [INFO] [stderr] 927 | assert_eq!(self.table.size(), old_size); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:927:9 [INFO] [stderr] | [INFO] [stderr] 927 | assert_eq!(self.table.size(), old_size); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:927:9 [INFO] [stderr] | [INFO] [stderr] 927 | assert_eq!(self.table.size(), old_size); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:927:9 [INFO] [stderr] | [INFO] [stderr] 927 | assert_eq!(self.table.size(), old_size); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `cfg!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:959:13 [INFO] [stderr] | [INFO] [stderr] 959 | debug_assert_eq!(self.table.size(), old_size); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:63:38 [INFO] [stderr] | [INFO] [stderr] 63 | $crate::rt::begin_panic_fmt(&format_args!($fmt, $($arg)+), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:959:13 [INFO] [stderr] | [INFO] [stderr] 959 | debug_assert_eq!(self.table.size(), old_size); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:959:13 [INFO] [stderr] | [INFO] [stderr] 959 | debug_assert_eq!(self.table.size(), old_size); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:959:13 [INFO] [stderr] | [INFO] [stderr] 959 | debug_assert_eq!(self.table.size(), old_size); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:959:13 [INFO] [stderr] | [INFO] [stderr] 959 | debug_assert_eq!(self.table.size(), old_size); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:987:9 [INFO] [stderr] | [INFO] [stderr] 987 | assert!(self.capacity() >= min_capacity, "Tried to shrink to a larger capacity"); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `cfg!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:999:13 [INFO] [stderr] | [INFO] [stderr] 999 | debug_assert_eq!(self.table.size(), old_size); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:63:38 [INFO] [stderr] | [INFO] [stderr] 63 | $crate::rt::begin_panic_fmt(&format_args!($fmt, $($arg)+), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:999:13 [INFO] [stderr] | [INFO] [stderr] 999 | debug_assert_eq!(self.table.size(), old_size); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:999:13 [INFO] [stderr] | [INFO] [stderr] 999 | debug_assert_eq!(self.table.size(), old_size); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:999:13 [INFO] [stderr] | [INFO] [stderr] 999 | debug_assert_eq!(self.table.size(), old_size); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:999:13 [INFO] [stderr] | [INFO] [stderr] 999 | debug_assert_eq!(self.table.size(), old_size); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `cfg!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:1500:13 [INFO] [stderr] | [INFO] [stderr] 1500 | debug_assert!(elems_left == 0 || bucket.index() != start_index); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/map.rs:1500:13 [INFO] [stderr] | [INFO] [stderr] 1500 | debug_assert!(elems_left == 0 || bucket.index() != start_index); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/collections/hash/set.rs:137:10 [INFO] [stderr] | [INFO] [stderr] 137 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:63:38 [INFO] [stderr] | [INFO] [stderr] 63 | $crate::rt::begin_panic_fmt(&format_args!($fmt, $($arg)+), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/env.rs:128:9 [INFO] [stderr] | [INFO] [stderr] 128 | panic!("failed to get environment variable `{:?}`: {}", key, e) [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/env.rs:128:9 [INFO] [stderr] | [INFO] [stderr] 128 | panic!("failed to get environment variable `{:?}`: {}", key, e) [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/env.rs:128:9 [INFO] [stderr] | [INFO] [stderr] 128 | panic!("failed to get environment variable `{:?}`: {}", key, e) [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/env.rs:128:9 [INFO] [stderr] | [INFO] [stderr] 128 | panic!("failed to get environment variable `{:?}`: {}", key, e) [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/env.rs:135:32 [INFO] [stderr] | [INFO] [stderr] 135 | #[derive(Debug, PartialEq, Eq, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Eq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/env.rs:135:28 [INFO] [stderr] | [INFO] [stderr] 135 | #[derive(Debug, PartialEq, Eq, Clone)] [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/env.rs:135:17 [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:135:10 [INFO] [stderr] | [INFO] [stderr] 135 | #[derive(Debug, PartialEq, Eq, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/env.rs:150:37 [INFO] [stderr] | [INFO] [stderr] 150 | VarError::NotPresent => write!(f, "environment variable not found"), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/env.rs:152:17 [INFO] [stderr] | [INFO] [stderr] 152 | write!(f, "environment variable was not valid unicode: {:?}", s) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:63:38 [INFO] [stderr] | [INFO] [stderr] 63 | $crate::rt::begin_panic_fmt(&format_args!($fmt, $($arg)+), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/env.rs:188:9 [INFO] [stderr] | [INFO] [stderr] 188 | / panic!("failed to set environment variable `{:?}` to `{:?}`: {}", [INFO] [stderr] 189 | | k, v, e) [INFO] [stderr] | |_______________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/env.rs:188:9 [INFO] [stderr] | [INFO] [stderr] 188 | / panic!("failed to set environment variable `{:?}` to `{:?}`: {}", [INFO] [stderr] 189 | | k, v, e) [INFO] [stderr] | |_______________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/env.rs:188:9 [INFO] [stderr] | [INFO] [stderr] 188 | / panic!("failed to set environment variable `{:?}` to `{:?}`: {}", [INFO] [stderr] 189 | | k, v, e) [INFO] [stderr] | |_______________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/env.rs:188:9 [INFO] [stderr] | [INFO] [stderr] 188 | / panic!("failed to set environment variable `{:?}` to `{:?}`: {}", [INFO] [stderr] 189 | | k, v, e) [INFO] [stderr] | |_______________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:63:38 [INFO] [stderr] | [INFO] [stderr] 63 | $crate::rt::begin_panic_fmt(&format_args!($fmt, $($arg)+), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/env.rs:213:9 [INFO] [stderr] | [INFO] [stderr] 213 | panic!("failed to remove environment variable `{:?}`: {}", k, e) [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/env.rs:213:9 [INFO] [stderr] | [INFO] [stderr] 213 | panic!("failed to remove environment variable `{:?}`: {}", k, e) [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/env.rs:213:9 [INFO] [stderr] | [INFO] [stderr] 213 | panic!("failed to remove environment variable `{:?}`: {}", k, e) [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/env.rs:213:9 [INFO] [stderr] | [INFO] [stderr] 213 | panic!("failed to remove environment variable `{:?}`: {}", k, e) [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [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/error.rs:92:18 [INFO] [stderr] | [INFO] [stderr] 92 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/ffi/os_str.rs:45:10 [INFO] [stderr] | [INFO] [stderr] 45 | #[derive(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/sgxfs.rs:55:17 [INFO] [stderr] | [INFO] [stderr] 55 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sgxfs.rs:55:10 [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 `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/mod.rs:599:31 [INFO] [stderr] | [INFO] [stderr] 599 | #[derive(Copy, PartialEq, Eq, Clone, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Eq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/mod.rs:599:27 [INFO] [stderr] | [INFO] [stderr] 599 | #[derive(Copy, PartialEq, Eq, Clone, Debug)] [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/mod.rs:599:16 [INFO] [stderr] | [INFO] [stderr] 599 | #[derive(Copy, PartialEq, Eq, Clone, Debug)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/mod.rs:599:10 [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 macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/buffered.rs:181:31 [INFO] [stderr] | [INFO] [stderr] 181 | .field("buffer", &format_args!("{}/{}", self.cap - self.pos, self.buf.len())) [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 macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/buffered.rs:366:31 [INFO] [stderr] | [INFO] [stderr] 366 | .field("buffer", &format_args!("{}/{}", self.buf.len(), self.buf.capacity())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/buffered.rs:536:21 [INFO] [stderr] | [INFO] [stderr] 536 | &format_args!("{}/{}", self.inner.buf.len(), self.inner.buf.capacity())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `cfg!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/buffered.rs:165:13 [INFO] [stderr] | [INFO] [stderr] 165 | debug_assert!(self.pos == self.cap); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/buffered.rs:165:13 [INFO] [stderr] | [INFO] [stderr] 165 | debug_assert!(self.pos == self.cap); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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 `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/cursor.rs:45:10 [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 `PartialOrd` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/error.rs:95:56 [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 `PartialEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/error.rs:95:45 [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 `Ord` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/error.rs:95:40 [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 `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 `Eq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/error.rs:95:30 [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 `Copy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/error.rs:95:17 [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 `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/error.rs:95:10 [INFO] [stderr] | [INFO] [stderr] 95 | #[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/error.rs:195:43 [INFO] [stderr] | [INFO] [stderr] 195 | ErrorKind::__Nonexhaustive => unreachable!() [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/error.rs:195:43 [INFO] [stderr] | [INFO] [stderr] 195 | ErrorKind::__Nonexhaustive => unreachable!() [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/error.rs:195:43 [INFO] [stderr] | [INFO] [stderr] 195 | ErrorKind::__Nonexhaustive => unreachable!() [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/error.rs:370:17 [INFO] [stderr] | [INFO] [stderr] 370 | write!(fmt, "{} (os error {})", detail, code) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/error.rs:373:35 [INFO] [stderr] | [INFO] [stderr] 373 | Repr::Simple(kind) => write!(fmt, "{}", kind.as_str()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/error.rs:374:40 [INFO] [stderr] | [INFO] [stderr] 374 | Repr::SgxStatus(status) => write!(fmt, "{}", status.as_str()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:63:38 [INFO] [stderr] | [INFO] [stderr] 63 | $crate::rt::begin_panic_fmt(&format_args!($fmt, $($arg)+), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/stdio.rs:468:9 [INFO] [stderr] | [INFO] [stderr] 468 | panic!("failed printing to {}: {}", label, e); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/stdio.rs:468:9 [INFO] [stderr] | [INFO] [stderr] 468 | panic!("failed printing to {}: {}", label, e); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/stdio.rs:468:9 [INFO] [stderr] | [INFO] [stderr] 468 | panic!("failed printing to {}: {}", label, e); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/io/stdio.rs:468:9 [INFO] [stderr] | [INFO] [stderr] 468 | panic!("failed printing to {}: {}", label, e); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [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 `Eq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/mod.rs:58:34 [INFO] [stderr] | [INFO] [stderr] 58 | #[derive(Copy, Clone, PartialEq, Eq, Debug)] [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/mod.rs:58:23 [INFO] [stderr] | [INFO] [stderr] 58 | #[derive(Copy, Clone, PartialEq, Eq, Debug)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/mod.rs:58:16 [INFO] [stderr] | [INFO] [stderr] 58 | #[derive(Copy, Clone, PartialEq, Eq, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/mod.rs:58:10 [INFO] [stderr] | [INFO] [stderr] 58 | #[derive(Copy, Clone, PartialEq, Eq, Debug)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Ord` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/ip.rs:45:63 [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 `PartialOrd` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/ip.rs:45:51 [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 `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 `PartialEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/ip.rs:45:27 [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 `Eq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/ip.rs:45:23 [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 `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/ip.rs:45:16 [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 `Copy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/ip.rs:45:10 [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 `Copy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/ip.rs:63:10 [INFO] [stderr] | [INFO] [stderr] 63 | #[derive(Copy)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/ip.rs:78:10 [INFO] [stderr] | [INFO] [stderr] 78 | #[derive(Copy)] [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 `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/ip.rs:84:31 [INFO] [stderr] | [INFO] [stderr] 84 | #[derive(Copy, PartialEq, Eq, Clone, Hash, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Eq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/ip.rs:84:27 [INFO] [stderr] | [INFO] [stderr] 84 | #[derive(Copy, PartialEq, Eq, Clone, Hash, Debug)] [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/ip.rs:84:16 [INFO] [stderr] | [INFO] [stderr] 84 | #[derive(Copy, PartialEq, Eq, Clone, Hash, Debug)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/ip.rs:84:10 [INFO] [stderr] | [INFO] [stderr] 84 | #[derive(Copy, PartialEq, Eq, Clone, Hash, Debug)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/ip.rs:352:9 [INFO] [stderr] | [INFO] [stderr] 352 | write!(fmt, "{}.{}.{}.{}", octets[0], octets[1], octets[2], octets[3]) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/ip.rs:655:41 [INFO] [stderr] | [INFO] [stderr] 655 | [0, 0, 0, 0, 0, 0, 0, 0] => write!(fmt, "::"), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/ip.rs:656:41 [INFO] [stderr] | [INFO] [stderr] 656 | [0, 0, 0, 0, 0, 0, 0, 1] => write!(fmt, "::1"), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/ip.rs:659:17 [INFO] [stderr] | [INFO] [stderr] 659 | / write!(fmt, "::{}.{}.{}.{}", (g >> 8) as u8, g as u8, [INFO] [stderr] 660 | | (h >> 8) as u8, h as u8) [INFO] [stderr] | |_______________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/ip.rs:664:17 [INFO] [stderr] | [INFO] [stderr] 664 | / write!(fmt, "::ffff:{}.{}.{}.{}", (g >> 8) as u8, g as u8, [INFO] [stderr] 665 | | (h >> 8) as u8, h as u8) [INFO] [stderr] | |_______________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/ip.rs:713:21 [INFO] [stderr] | [INFO] [stderr] 713 | / write!(fmt, "{:x}:{:x}:{:x}:{:x}:{:x}:{:x}:{:x}:{:x}", [INFO] [stderr] 714 | | a, b, c, d, e, f, g, h) [INFO] [stderr] | |__________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/ip.rs:700:29 [INFO] [stderr] | [INFO] [stderr] 700 | write!(fmt, "{:x}", segments[0])?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/ip.rs:702:33 [INFO] [stderr] | [INFO] [stderr] 702 | write!(fmt, ":{:x}", seg)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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 `Eq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/addr.rs:50:34 [INFO] [stderr] | [INFO] [stderr] 50 | #[derive(Copy, Clone, PartialEq, Eq, Hash, Debug)] [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/addr.rs:50:23 [INFO] [stderr] | [INFO] [stderr] 50 | #[derive(Copy, Clone, PartialEq, Eq, Hash, Debug)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/addr.rs:50:16 [INFO] [stderr] | [INFO] [stderr] 50 | #[derive(Copy, Clone, PartialEq, Eq, Hash, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/addr.rs:50:10 [INFO] [stderr] | [INFO] [stderr] 50 | #[derive(Copy, Clone, PartialEq, Eq, Hash, Debug)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/addr.rs:65:10 [INFO] [stderr] | [INFO] [stderr] 65 | #[derive(Copy)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/addr.rs:79:10 [INFO] [stderr] | [INFO] [stderr] 79 | #[derive(Copy)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/addr.rs:334:9 [INFO] [stderr] | [INFO] [stderr] 334 | write!(f, "{}:{}", self.ip(), self.port()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/addr.rs:346:9 [INFO] [stderr] | [INFO] [stderr] 346 | write!(f, "[{}]:{}", self.ip(), self.port()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Eq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/parser.rs:383:35 [INFO] [stderr] | [INFO] [stderr] 383 | #[derive(Debug, Clone, PartialEq, Eq)] [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/parser.rs:383:24 [INFO] [stderr] | [INFO] [stderr] 383 | #[derive(Debug, Clone, PartialEq, Eq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/parser.rs:383:17 [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/net/parser.rs:383:10 [INFO] [stderr] | [INFO] [stderr] 383 | #[derive(Debug, Clone, PartialEq, Eq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/parser.rs:200:13 [INFO] [stderr] | [INFO] [stderr] 200 | assert!(head.len() + tail.len() <= 8); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/os/raw.rs:89:14 [INFO] [stderr] | [INFO] [stderr] 89 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Eq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:83:64 [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 `PartialEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:83:53 [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 `Ord` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:83:48 [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 `PartialOrd` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:83:36 [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 `Hash` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:83:30 [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: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 `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:83:16 [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 `Copy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:83:10 [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 `PartialOrd` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:274:34 [INFO] [stderr] | [INFO] [stderr] 274 | #[derive(Copy, Clone, PartialEq, PartialOrd, Debug)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:274:23 [INFO] [stderr] | [INFO] [stderr] 274 | #[derive(Copy, Clone, PartialEq, PartialOrd, Debug)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:274:16 [INFO] [stderr] | [INFO] [stderr] 274 | #[derive(Copy, Clone, PartialEq, PartialOrd, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:274:10 [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 `Eq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:294:23 [INFO] [stderr] | [INFO] [stderr] 294 | #[derive(Copy, Clone, Eq, Debug)] [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:294:16 [INFO] [stderr] | [INFO] [stderr] 294 | #[derive(Copy, Clone, Eq, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:294:10 [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 `Hash` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:354:55 [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 `Ord` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:354:50 [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 `PartialOrd` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:354:38 [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 `Eq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:354:34 [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 `PartialEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:354:23 [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 `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:354:16 [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 `Copy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:354:10 [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 `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:416:10 [INFO] [stderr] | [INFO] [stderr] 416 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:444:10 [INFO] [stderr] | [INFO] [stderr] 444 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:731:32 [INFO] [stderr] | [INFO] [stderr] 731 | State::Done => unreachable!(), [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:731:32 [INFO] [stderr] | [INFO] [stderr] 731 | State::Done => unreachable!(), [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:731:32 [INFO] [stderr] | [INFO] [stderr] 731 | State::Done => unreachable!(), [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:777:32 [INFO] [stderr] | [INFO] [stderr] 777 | State::Done => unreachable!(), [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:777:32 [INFO] [stderr] | [INFO] [stderr] 777 | State::Done => unreachable!(), [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:777:32 [INFO] [stderr] | [INFO] [stderr] 777 | State::Done => unreachable!(), [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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 `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:811:16 [INFO] [stderr] | [INFO] [stderr] 811 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:811:10 [INFO] [stderr] | [INFO] [stderr] 811 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:850:10 [INFO] [stderr] | [INFO] [stderr] 850 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Eq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:1064:35 [INFO] [stderr] | [INFO] [stderr] 1064 | #[derive(Debug, Clone, PartialEq, Eq)] [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:1064:24 [INFO] [stderr] | [INFO] [stderr] 1064 | #[derive(Debug, Clone, PartialEq, Eq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:1064:17 [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:1064:10 [INFO] [stderr] | [INFO] [stderr] 1064 | #[derive(Debug, Clone, PartialEq, Eq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Eq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:1241:35 [INFO] [stderr] | [INFO] [stderr] 1241 | #[derive(Debug, Clone, PartialEq, Eq)] [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:1241:24 [INFO] [stderr] | [INFO] [stderr] 1241 | #[derive(Debug, Clone, PartialEq, Eq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:1241:17 [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/path.rs:1241:10 [INFO] [stderr] | [INFO] [stderr] 1241 | #[derive(Debug, Clone, PartialEq, Eq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `cfg!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:1311:29 [INFO] [stderr] | [INFO] [stderr] 1311 | self.has_root() && (cfg!(unix) || self.prefix().is_some()) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `cfg!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:575:9 [INFO] [stderr] | [INFO] [stderr] 575 | debug_assert!(self.front == State::Body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:575:9 [INFO] [stderr] | [INFO] [stderr] 575 | debug_assert!(self.front == State::Body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `cfg!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:586:9 [INFO] [stderr] | [INFO] [stderr] 586 | debug_assert!(self.back == State::Body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:586:9 [INFO] [stderr] | [INFO] [stderr] 586 | debug_assert!(self.back == State::Body); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `cfg!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:694:21 [INFO] [stderr] | [INFO] [stderr] 694 | debug_assert!(self.prefix_len() <= self.path.len()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:694:21 [INFO] [stderr] | [INFO] [stderr] 694 | debug_assert!(self.prefix_len() <= self.path.len()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `cfg!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:708:25 [INFO] [stderr] | [INFO] [stderr] 708 | debug_assert!(!self.path.is_empty()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:708:25 [INFO] [stderr] | [INFO] [stderr] 708 | debug_assert!(!self.path.is_empty()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `cfg!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:716:25 [INFO] [stderr] | [INFO] [stderr] 716 | debug_assert!(!self.path.is_empty()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:716:25 [INFO] [stderr] | [INFO] [stderr] 716 | debug_assert!(!self.path.is_empty()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `cfg!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:957:13 [INFO] [stderr] | [INFO] [stderr] 957 | debug_assert!(popped); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:957:13 [INFO] [stderr] | [INFO] [stderr] 957 | debug_assert!(popped); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/condvar.rs:63:38 [INFO] [stderr] | [INFO] [stderr] 63 | #[derive(Debug, PartialEq, Eq, Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/condvar.rs:63:32 [INFO] [stderr] | [INFO] [stderr] 63 | #[derive(Debug, PartialEq, Eq, Copy, Clone)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Eq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/condvar.rs:63:28 [INFO] [stderr] | [INFO] [stderr] 63 | #[derive(Debug, PartialEq, Eq, Copy, Clone)] [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/condvar.rs:63:17 [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/condvar.rs:63:10 [INFO] [stderr] | [INFO] [stderr] 63 | #[derive(Debug, PartialEq, Eq, Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/condvar.rs:550:18 [INFO] [stderr] | [INFO] [stderr] 550 | _ => panic!("attempted to use a condition variable with two mutexes."), [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/condvar.rs:550:18 [INFO] [stderr] | [INFO] [stderr] 550 | _ => panic!("attempted to use a condition variable with two mutexes."), [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/condvar.rs:550:18 [INFO] [stderr] | [INFO] [stderr] 550 | _ => panic!("attempted to use a condition variable with two mutexes."), [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [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 `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/mutex.rs:159:31 [INFO] [stderr] | [INFO] [stderr] 159 | #[derive(Copy, PartialEq, Eq, Clone, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Eq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/mutex.rs:159:27 [INFO] [stderr] | [INFO] [stderr] 159 | #[derive(Copy, PartialEq, Eq, Clone, Debug)] [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/mutex.rs:159:16 [INFO] [stderr] | [INFO] [stderr] 159 | #[derive(Copy, PartialEq, Eq, Clone, Debug)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/mutex.rs:159:10 [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 macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/once.rs:245:21 [INFO] [stderr] | [INFO] [stderr] 245 | panic!("Once instance has previously been poisoned"); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/once.rs:245:21 [INFO] [stderr] | [INFO] [stderr] 245 | panic!("Once instance has previously been poisoned"); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/once.rs:245:21 [INFO] [stderr] | [INFO] [stderr] 245 | panic!("Once instance has previously been poisoned"); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/once.rs:281:21 [INFO] [stderr] | [INFO] [stderr] 281 | assert!(state & STATE_MASK == RUNNING); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/once.rs:288:21 [INFO] [stderr] | [INFO] [stderr] 288 | assert!(me & STATE_MASK == 0); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:63:38 [INFO] [stderr] | [INFO] [stderr] 63 | $crate::rt::begin_panic_fmt(&format_args!($fmt, $($arg)+), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/once.rs:330:9 [INFO] [stderr] | [INFO] [stderr] 330 | assert_eq!(queue & STATE_MASK, RUNNING); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/once.rs:330:9 [INFO] [stderr] | [INFO] [stderr] 330 | assert_eq!(queue & STATE_MASK, RUNNING); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/once.rs:330:9 [INFO] [stderr] | [INFO] [stderr] 330 | assert_eq!(queue & STATE_MASK, RUNNING); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/once.rs:330:9 [INFO] [stderr] | [INFO] [stderr] 330 | assert_eq!(queue & STATE_MASK, RUNNING); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/rwlock.rs:423:38 [INFO] [stderr] | [INFO] [stderr] 423 | Err(libc::EAGAIN) => panic!("rwlock maximum reader count exceeded"), [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/rwlock.rs:423:38 [INFO] [stderr] | [INFO] [stderr] 423 | Err(libc::EAGAIN) => panic!("rwlock maximum reader count exceeded"), [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/rwlock.rs:423:38 [INFO] [stderr] | [INFO] [stderr] 423 | Err(libc::EAGAIN) => panic!("rwlock maximum reader count exceeded"), [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/rwlock.rs:424:39 [INFO] [stderr] | [INFO] [stderr] 424 | Err(libc::EDEADLK) => panic!("rwlock read lock would result in deadlock"), [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/rwlock.rs:424:39 [INFO] [stderr] | [INFO] [stderr] 424 | Err(libc::EDEADLK) => panic!("rwlock read lock would result in deadlock"), [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/rwlock.rs:424:39 [INFO] [stderr] | [INFO] [stderr] 424 | Err(libc::EDEADLK) => panic!("rwlock read lock would result in deadlock"), [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/rwlock.rs:479:38 [INFO] [stderr] | [INFO] [stderr] 479 | Err(libc::EAGAIN) => panic!("rwlock maximum writer count exceeded"), [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/rwlock.rs:479:38 [INFO] [stderr] | [INFO] [stderr] 479 | Err(libc::EAGAIN) => panic!("rwlock maximum writer count exceeded"), [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/rwlock.rs:479:38 [INFO] [stderr] | [INFO] [stderr] 479 | Err(libc::EAGAIN) => panic!("rwlock maximum writer count exceeded"), [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/rwlock.rs:480:39 [INFO] [stderr] | [INFO] [stderr] 480 | Err(libc::EDEADLK) => panic!("rwlock write lock would result in deadlock"), [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/rwlock.rs:480:39 [INFO] [stderr] | [INFO] [stderr] 480 | Err(libc::EDEADLK) => panic!("rwlock write lock would result in deadlock"), [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sync/rwlock.rs:480:39 [INFO] [stderr] | [INFO] [stderr] 480 | Err(libc::EDEADLK) => panic!("rwlock write lock would result in deadlock"), [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [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 `Ord` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/time.rs:60:50 [INFO] [stderr] | [INFO] [stderr] 60 | #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialOrd` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/time.rs:60:38 [INFO] [stderr] | [INFO] [stderr] 60 | #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Eq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/time.rs:60:34 [INFO] [stderr] | [INFO] [stderr] 60 | #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/time.rs:60:23 [INFO] [stderr] | [INFO] [stderr] 60 | #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/time.rs:60:16 [INFO] [stderr] | [INFO] [stderr] 60 | #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/time.rs:60:10 [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 `Ord` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/time.rs:86:50 [INFO] [stderr] | [INFO] [stderr] 86 | #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialOrd` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/time.rs:86:38 [INFO] [stderr] | [INFO] [stderr] 86 | #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Eq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/time.rs:86:34 [INFO] [stderr] | [INFO] [stderr] 86 | #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/time.rs:86:23 [INFO] [stderr] | [INFO] [stderr] 86 | #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/time.rs:86:16 [INFO] [stderr] | [INFO] [stderr] 86 | #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/time.rs:86:10 [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 `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/time.rs:93:10 [INFO] [stderr] | [INFO] [stderr] 93 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/time.rs:298:9 [INFO] [stderr] | [INFO] [stderr] 298 | write!(f, "second time provided was later than self") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/at_exit_imp.rs:71:13 [INFO] [stderr] | [INFO] [stderr] 71 | assert!(queue as usize != 1); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/thread_info.rs:57:26 [INFO] [stderr] | [INFO] [stderr] 57 | THREAD_INFO.with(|c| assert!(c.borrow().is_none())); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/wtf8.rs:57:49 [INFO] [stderr] | [INFO] [stderr] 57 | #[derive(Eq, PartialEq, Ord, PartialOrd, Clone, Copy)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/wtf8.rs:57:42 [INFO] [stderr] | [INFO] [stderr] 57 | #[derive(Eq, PartialEq, Ord, PartialOrd, Clone, Copy)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialOrd` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/wtf8.rs:57:30 [INFO] [stderr] | [INFO] [stderr] 57 | #[derive(Eq, PartialEq, Ord, PartialOrd, Clone, Copy)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Ord` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/wtf8.rs:57:25 [INFO] [stderr] | [INFO] [stderr] 57 | #[derive(Eq, PartialEq, Ord, PartialOrd, Clone, Copy)] [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/wtf8.rs:57:14 [INFO] [stderr] | [INFO] [stderr] 57 | #[derive(Eq, PartialEq, Ord, PartialOrd, Clone, Copy)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Eq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/wtf8.rs:57:10 [INFO] [stderr] | [INFO] [stderr] 57 | #[derive(Eq, PartialEq, Ord, PartialOrd, Clone, Copy)] [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/wtf8.rs:67:9 [INFO] [stderr] | [INFO] [stderr] 67 | write!(formatter, "U+{:04X}", self.value) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/wtf8.rs:130:42 [INFO] [stderr] | [INFO] [stderr] 130 | #[derive(Eq, PartialEq, Ord, PartialOrd, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialOrd` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/wtf8.rs:130:30 [INFO] [stderr] | [INFO] [stderr] 130 | #[derive(Eq, PartialEq, Ord, PartialOrd, Clone)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Ord` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/wtf8.rs:130:25 [INFO] [stderr] | [INFO] [stderr] 130 | #[derive(Eq, PartialEq, Ord, PartialOrd, Clone)] [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/wtf8.rs:130:14 [INFO] [stderr] | [INFO] [stderr] 130 | #[derive(Eq, PartialEq, Ord, PartialOrd, Clone)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Eq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/wtf8.rs:130:10 [INFO] [stderr] | [INFO] [stderr] 130 | #[derive(Eq, PartialEq, Ord, PartialOrd, Clone)] [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialOrd` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/wtf8.rs:418:30 [INFO] [stderr] | [INFO] [stderr] 418 | #[derive(Eq, Ord, PartialEq, PartialOrd)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/wtf8.rs:418:19 [INFO] [stderr] | [INFO] [stderr] 418 | #[derive(Eq, Ord, PartialEq, PartialOrd)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Ord` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/wtf8.rs:418:14 [INFO] [stderr] | [INFO] [stderr] 418 | #[derive(Eq, Ord, PartialEq, PartialOrd)] [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Eq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/wtf8.rs:418:10 [INFO] [stderr] | [INFO] [stderr] 418 | #[derive(Eq, Ord, PartialEq, PartialOrd)] [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/wtf8.rs:799:10 [INFO] [stderr] | [INFO] [stderr] 799 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/wtf8.rs:820:10 [INFO] [stderr] | [INFO] [stderr] 820 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/wtf8.rs:336:9 [INFO] [stderr] | [INFO] [stderr] 336 | assert!(is_code_point_boundary(self, new_len)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/wtf8.rs:449:13 [INFO] [stderr] | [INFO] [stderr] 449 | write!(formatter, "\\u{{{:x}}}", surrogate)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/wtf8.rs:791:5 [INFO] [stderr] | [INFO] [stderr] 791 | assert!(begin <= end); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:63:38 [INFO] [stderr] | [INFO] [stderr] 63 | $crate::rt::begin_panic_fmt(&format_args!($fmt, $($arg)+), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/wtf8.rs:792:5 [INFO] [stderr] | [INFO] [stderr] 792 | / panic!("index {} and/or {} in `{:?}` do not lie on character boundary", [INFO] [stderr] 793 | | begin, end, s); [INFO] [stderr] | |_________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/wtf8.rs:792:5 [INFO] [stderr] | [INFO] [stderr] 792 | / panic!("index {} and/or {} in `{:?}` do not lie on character boundary", [INFO] [stderr] 793 | | begin, end, s); [INFO] [stderr] | |_________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/wtf8.rs:792:5 [INFO] [stderr] | [INFO] [stderr] 792 | / panic!("index {} and/or {} in `{:?}` do not lie on character boundary", [INFO] [stderr] 793 | | begin, end, s); [INFO] [stderr] | |_________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/wtf8.rs:792:5 [INFO] [stderr] | [INFO] [stderr] 792 | / panic!("index {} and/or {} in `{:?}` do not lie on character boundary", [INFO] [stderr] 793 | | begin, end, s); [INFO] [stderr] | |_________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys_common/bytestring.rs:47:13 [INFO] [stderr] | [INFO] [stderr] 47 | write!(f, "\\x{:02X}", b)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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 macro `cfg!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/fd.rs:51:8 [INFO] [stderr] | [INFO] [stderr] 51 | if cfg!(target_os = "macos") { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `cfg!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/fd.rs:173:30 [INFO] [stderr] | [INFO] [stderr] 173 | AtomicBool::new(!cfg!(target_os = "android")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `cfg!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/fd.rs:181:34 [INFO] [stderr] | [INFO] [stderr] 181 | return Ok(if cfg!(target_os = "linux") { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/fs.rs:43:10 [INFO] [stderr] | [INFO] [stderr] 43 | #[derive(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/sys/fs.rs:48:17 [INFO] [stderr] | [INFO] [stderr] 48 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/fs.rs:48:10 [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 `Eq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/fs.rs:62:28 [INFO] [stderr] | [INFO] [stderr] 62 | #[derive(Clone, PartialEq, Eq, Debug)] [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/fs.rs:62:17 [INFO] [stderr] | [INFO] [stderr] 62 | #[derive(Clone, PartialEq, Eq, Debug)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/fs.rs:62:10 [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 `Eq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/fs.rs:65:34 [INFO] [stderr] | [INFO] [stderr] 65 | #[derive(Copy, Clone, PartialEq, Eq, Hash, Debug)] [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/fs.rs:65:23 [INFO] [stderr] | [INFO] [stderr] 65 | #[derive(Copy, Clone, PartialEq, Eq, Hash, Debug)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/fs.rs:65:16 [INFO] [stderr] | [INFO] [stderr] 65 | #[derive(Copy, Clone, PartialEq, Eq, Hash, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/fs.rs:65:10 [INFO] [stderr] | [INFO] [stderr] 65 | #[derive(Copy, Clone, PartialEq, Eq, Hash, Debug)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `cfg!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/fs.rs:220:12 [INFO] [stderr] | [INFO] [stderr] 220 | if cfg!(target_os = "linux") { [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 `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/sgxfs.rs:40:10 [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 `Clone` 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:10 [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 macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/os.rs:64:13 [INFO] [stderr] | [INFO] [stderr] 64 | panic!("strerror_r failure"); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/os.rs:64:13 [INFO] [stderr] | [INFO] [stderr] 64 | panic!("strerror_r failure"); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/os.rs:64:13 [INFO] [stderr] | [INFO] [stderr] 64 | panic!("strerror_r failure"); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:63:38 [INFO] [stderr] | [INFO] [stderr] 63 | $crate::rt::begin_panic_fmt(&format_args!($fmt, $($arg)+), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/os.rs:148:13 [INFO] [stderr] | [INFO] [stderr] 148 | / panic!("os::env() failure getting env string from OS: {}", [INFO] [stderr] 149 | | io::Error::last_os_error()); [INFO] [stderr] | |_______________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/os.rs:148:13 [INFO] [stderr] | [INFO] [stderr] 148 | / panic!("os::env() failure getting env string from OS: {}", [INFO] [stderr] 149 | | io::Error::last_os_error()); [INFO] [stderr] | |_______________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/os.rs:148:13 [INFO] [stderr] | [INFO] [stderr] 148 | / panic!("os::env() failure getting env string from OS: {}", [INFO] [stderr] 149 | | io::Error::last_os_error()); [INFO] [stderr] | |_______________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/os.rs:148:13 [INFO] [stderr] | [INFO] [stderr] 148 | / panic!("os::env() failure getting env string from OS: {}", [INFO] [stderr] 149 | | io::Error::last_os_error()); [INFO] [stderr] | |_______________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/time.rs:39:16 [INFO] [stderr] | [INFO] [stderr] 39 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/time.rs:39:10 [INFO] [stderr] | [INFO] [stderr] 39 | #[derive(Copy, Clone)] [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 `Ord` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/time.rs:147:54 [INFO] [stderr] | [INFO] [stderr] 147 | #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialOrd` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/time.rs:147:42 [INFO] [stderr] | [INFO] [stderr] 147 | #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Eq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/time.rs:147:38 [INFO] [stderr] | [INFO] [stderr] 147 | #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/time.rs:147:27 [INFO] [stderr] | [INFO] [stderr] 147 | #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/time.rs:147:20 [INFO] [stderr] | [INFO] [stderr] 147 | #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/time.rs:147:14 [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 `Ord` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/time.rs:152:54 [INFO] [stderr] | [INFO] [stderr] 152 | #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialOrd` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/time.rs:152:42 [INFO] [stderr] | [INFO] [stderr] 152 | #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Eq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/time.rs:152:38 [INFO] [stderr] | [INFO] [stderr] 152 | #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/time.rs:152:27 [INFO] [stderr] | [INFO] [stderr] 152 | #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/time.rs:152:20 [INFO] [stderr] | [INFO] [stderr] 152 | #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/time.rs:152:14 [INFO] [stderr] | [INFO] [stderr] 152 | #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/time.rs:173:17 [INFO] [stderr] | [INFO] [stderr] 173 | panic!("other was less than the current instant") [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/time.rs:173:17 [INFO] [stderr] | [INFO] [stderr] 173 | panic!("other was less than the current instant") [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/sys/time.rs:173:17 [INFO] [stderr] | [INFO] [stderr] 173 | panic!("other was less than the current instant") [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args_nl!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/panicking.rs:74:17 [INFO] [stderr] | [INFO] [stderr] 74 | let _ = writeln!(err, "thread panicked at '{}', {}:{}:{}", [INFO] [stderr] | _________________^ [INFO] [stderr] 75 | | msg, file, line, col); [INFO] [stderr] | |_____________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/panicking.rs:101:9 [INFO] [stderr] | [INFO] [stderr] 101 | panic!("cannot modify the panic hook from a panicking thread"); [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/panicking.rs:101:9 [INFO] [stderr] | [INFO] [stderr] 101 | panic!("cannot modify the panic hook from a panicking thread"); [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/panicking.rs:101:9 [INFO] [stderr] | [INFO] [stderr] 101 | panic!("cannot modify the panic hook from a panicking thread"); [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `cfg!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/panicking.rs:194:9 [INFO] [stderr] | [INFO] [stderr] 194 | debug_assert!(update_panic_count(0) == 0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/panicking.rs:194:9 [INFO] [stderr] | [INFO] [stderr] 194 | debug_assert!(update_panic_count(0) == 0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `cfg!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/panicking.rs:198:9 [INFO] [stderr] | [INFO] [stderr] 198 | debug_assert!(update_panic_count(0) == 0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/panicking.rs:198:9 [INFO] [stderr] | [INFO] [stderr] 198 | debug_assert!(update_panic_count(0) == 0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/fs.rs:57:10 [INFO] [stderr] | [INFO] [stderr] 57 | #[derive(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/fs.rs:82:17 [INFO] [stderr] | [INFO] [stderr] 82 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/fs.rs:82:10 [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 `Eq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/fs.rs:93:28 [INFO] [stderr] | [INFO] [stderr] 93 | #[derive(Clone, PartialEq, Eq, Debug)] [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/fs.rs:93:17 [INFO] [stderr] | [INFO] [stderr] 93 | #[derive(Clone, PartialEq, Eq, Debug)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/fs.rs:93:10 [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: cannot find derive macro `Eq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/fs.rs:100:34 [INFO] [stderr] | [INFO] [stderr] 100 | #[derive(Copy, Clone, PartialEq, Eq, Hash, Debug)] [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/fs.rs:100:23 [INFO] [stderr] | [INFO] [stderr] 100 | #[derive(Copy, Clone, PartialEq, Eq, Hash, Debug)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Clone` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/fs.rs:100:16 [INFO] [stderr] | [INFO] [stderr] 100 | #[derive(Copy, Clone, PartialEq, Eq, Hash, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Copy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/fs.rs:100:10 [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]: `error:: for alloc::boxed::Box<(dyn error::Error + core::marker::Send + core::marker::Sync + 'static)>>::from::StringError` doesn't implement `core::fmt::Debug` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/error.rs:95:14 [INFO] [stderr] | [INFO] [stderr] 95 | impl Error for StringError { [INFO] [stderr] | ^^^^^ `error:: for alloc::boxed::Box<(dyn error::Error + core::marker::Send + core::marker::Sync + 'static)>>::from::StringError` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `core::fmt::Debug` is not implemented for `error:: for alloc::boxed::Box<(dyn error::Error + core::marker::Send + core::marker::Sync + 'static)>>::from::StringError` [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]: the trait bound `net::addr::SocketAddr: core::clone::Clone` is not satisfied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/net/addr.rs:542:10 [INFO] [stderr] | [INFO] [stderr] 542 | impl<'a> ToSocketAddrs for &'a [SocketAddr] { [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `core::clone::Clone` is not implemented for `net::addr::SocketAddr` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `core::iter::Iterator` for `core::iter::Cloned>` [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]: the trait bound `path::PrefixComponent<'a>: core::cmp::Eq` is not satisfied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx_tstd-1.0.8/src/path.rs:334:10 [INFO] [stderr] | [INFO] [stderr] 334 | impl<'a> cmp::Ord for PrefixComponent<'a> { [INFO] [stderr] | ^^^^^^^^ the trait `core::cmp::Eq` is not implemented for `path::PrefixComponent<'a>` [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 423 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" "4595540190ab83fd405ceb026c7425216fe39260713ad149337cb51b4c90251c"` [INFO] running `"docker" "rm" "-f" "4595540190ab83fd405ceb026c7425216fe39260713ad149337cb51b4c90251c"` [INFO] [stdout] 4595540190ab83fd405ceb026c7425216fe39260713ad149337cb51b4c90251c