[INFO] crate sgx_tstd 1.0.8 is already in cache [INFO] extracting crate sgx_tstd 1.0.8 into work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/reg/sgx_tstd/1.0.8 [INFO] extracting crate sgx_tstd 1.0.8 into work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/sgx_tstd/1.0.8 [INFO] validating manifest of sgx_tstd-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_tstd-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_tstd-1.0.8 [INFO] finished frobbing sgx_tstd-1.0.8 [INFO] frobbed toml for sgx_tstd-1.0.8 written to work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/reg/sgx_tstd/1.0.8/Cargo.toml [INFO] started frobbing sgx_tstd-1.0.8 [INFO] finished frobbing sgx_tstd-1.0.8 [INFO] frobbed toml for sgx_tstd-1.0.8 written to work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/sgx_tstd/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_tstd-1.0.8 against try#b5c7f157c20453dde8d47371abe73b32351b4e7f for pr-62849 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62849/worker-7/try#b5c7f157c20453dde8d47371abe73b32351b4e7f:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/sgx_tstd/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] a23c841cd2c69aa81d66aa537d0f372403310062ead46ef9ca7e51a875db39b0 [INFO] running `"docker" "start" "-a" "a23c841cd2c69aa81d66aa537d0f372403310062ead46ef9ca7e51a875db39b0"` [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] Compiling sgx_build_helper v0.1.0 [INFO] [stderr] Checking sgx_trts v1.0.8 [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 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `alloc::boxed::FnBox` [INFO] [stderr] --> 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] --> 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] --> 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] --> 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] ::: 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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] ::: 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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] ::: 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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] --> 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] --> 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] --> 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] --> 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] ::: 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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] ::: 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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] --> 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] ::: 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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] --> 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] --> 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] ::: 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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] --> 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] --> 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] --> 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] ::: 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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] ::: 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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] ::: 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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] --> 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] --> 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] --> 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] ::: 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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] --> 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] --> 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] ::: 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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] ::: 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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] ::: 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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> src/fs.rs:100:10 [INFO] [stderr] | [INFO] [stderr] 100 | #[derive(Copy, Clone, PartialEq, Eq, Hash, Debug)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:51:32 [INFO] [stderr] | [INFO] [stderr] 51 | fn cause(&self) -> Option<&Error> { None } [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:78:41 [INFO] [stderr] | [INFO] [stderr] 78 | impl<'a, E: Error + 'a> From for Box { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Error + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:79:28 [INFO] [stderr] | [INFO] [stderr] 79 | fn from(err: E) -> Box { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Error + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:84:55 [INFO] [stderr] | [INFO] [stderr] 84 | impl<'a, E: Error + Send + Sync + 'a> From for Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send + Sync + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:85:28 [INFO] [stderr] | [INFO] [stderr] 85 | fn from(err: E) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send + Sync + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:90:27 [INFO] [stderr] | [INFO] [stderr] 90 | impl From for Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:91:33 [INFO] [stderr] | [INFO] [stderr] 91 | fn from(err: String) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:109:27 [INFO] [stderr] | [INFO] [stderr] 109 | impl From for Box { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:110:37 [INFO] [stderr] | [INFO] [stderr] 110 | fn from(str_err: String) -> Box { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:111:23 [INFO] [stderr] | [INFO] [stderr] 111 | let err1: Box = From::from(str_err); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:112:23 [INFO] [stderr] | [INFO] [stderr] 112 | let err2: Box = err1; [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:117:36 [INFO] [stderr] | [INFO] [stderr] 117 | impl<'a, 'b> From<&'b str> for Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send + Sync + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:118:34 [INFO] [stderr] | [INFO] [stderr] 118 | fn from(err: &'b str) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send + Sync + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:123:32 [INFO] [stderr] | [INFO] [stderr] 123 | impl<'a> From<&'a str> for Box { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:124:34 [INFO] [stderr] | [INFO] [stderr] 124 | fn from(err: &'a str) -> Box { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:129:41 [INFO] [stderr] | [INFO] [stderr] 129 | impl<'a, 'b> From> for Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send + Sync + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:130:39 [INFO] [stderr] | [INFO] [stderr] 130 | fn from(err: Cow<'b, str>) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send + Sync + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:135:37 [INFO] [stderr] | [INFO] [stderr] 135 | impl<'a> From> for Box { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:136:39 [INFO] [stderr] | [INFO] [stderr] 136 | fn from(err: Cow<'a, str>) -> Box { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:221:32 [INFO] [stderr] | [INFO] [stderr] 221 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:257:6 [INFO] [stderr] | [INFO] [stderr] 257 | impl Error + 'static { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:279:40 [INFO] [stderr] | [INFO] [stderr] 279 | Some(&*(self as *const Error as *const T)) [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:292:42 [INFO] [stderr] | [INFO] [stderr] 292 | Some(&mut *(self as *mut Error as *mut T)) [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:300:6 [INFO] [stderr] | [INFO] [stderr] 300 | impl Error + 'static + Send { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + 'static + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:304:10 [INFO] [stderr] | [INFO] [stderr] 304 | ::is::(self) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:310:10 [INFO] [stderr] | [INFO] [stderr] 310 | ::downcast_ref::(self) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:316:10 [INFO] [stderr] | [INFO] [stderr] 316 | ::downcast_mut::(self) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:320:6 [INFO] [stderr] | [INFO] [stderr] 320 | impl Error + 'static + Send + Sync { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + 'static + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:324:10 [INFO] [stderr] | [INFO] [stderr] 324 | ::is::(self) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:330:10 [INFO] [stderr] | [INFO] [stderr] 330 | ::downcast_ref::(self) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:336:10 [INFO] [stderr] | [INFO] [stderr] 336 | ::downcast_mut::(self) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:340:6 [INFO] [stderr] | [INFO] [stderr] 340 | impl Error { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:343:80 [INFO] [stderr] | [INFO] [stderr] 343 | pub fn downcast(self: Box) -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:346:31 [INFO] [stderr] | [INFO] [stderr] 346 | let raw: *mut Error = Box::into_raw(self); [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:355:6 [INFO] [stderr] | [INFO] [stderr] 355 | impl Error + Send { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:359:63 [INFO] [stderr] | [INFO] [stderr] 359 | -> Result, Box> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:360:22 [INFO] [stderr] | [INFO] [stderr] 360 | let err: Box = self; [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:361:10 [INFO] [stderr] | [INFO] [stderr] 361 | ::downcast(err).map_err(|s| unsafe { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:363:29 [INFO] [stderr] | [INFO] [stderr] 363 | transmute::, Box>(s) [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:363:41 [INFO] [stderr] | [INFO] [stderr] 363 | transmute::, Box>(s) [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:368:6 [INFO] [stderr] | [INFO] [stderr] 368 | impl Error + Send + Sync { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:373:22 [INFO] [stderr] | [INFO] [stderr] 373 | let err: Box = self; [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:374:10 [INFO] [stderr] | [INFO] [stderr] 374 | ::downcast(err).map_err(|s| unsafe { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:376:29 [INFO] [stderr] | [INFO] [stderr] 376 | transmute::, Box>(s) [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:376:41 [INFO] [stderr] | [INFO] [stderr] 376 | transmute::, Box>(s) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ffi/c_str.rs:57:32 [INFO] [stderr] | [INFO] [stderr] 57 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ffi/c_str.rs:58:38 [INFO] [stderr] | [INFO] [stderr] 58 | self.__cause().map(|e| e as &Error) [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/io/error.rs:84:16 [INFO] [stderr] | [INFO] [stderr] 84 | error: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error+Send+Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/io/error.rs:229:27 [INFO] [stderr] | [INFO] [stderr] 229 | where E: Into> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error+Send+Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/io/error.rs:234:41 [INFO] [stderr] | [INFO] [stderr] 234 | fn _new(kind: ErrorKind, error: Box) -> Error { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error+Send+Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/io/error.rs:300:39 [INFO] [stderr] | [INFO] [stderr] 300 | pub fn get_ref(&self) -> Option<&(error::Error+Send+Sync+'static)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error+Send+Sync+'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/io/error.rs:315:47 [INFO] [stderr] | [INFO] [stderr] 315 | pub fn get_mut(&mut self) -> Option<&mut (error::Error+Send+Sync+'static)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error+Send+Sync+'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/io/error.rs:329:43 [INFO] [stderr] | [INFO] [stderr] 329 | pub fn into_inner(self) -> Option> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error+Send+Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/io/error.rs:389:32 [INFO] [stderr] | [INFO] [stderr] 389 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/io/mod.rs:960:31 [INFO] [stderr] | [INFO] [stderr] 960 | fn read_one_byte(reader: &mut Read) -> Option> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/io/mod.rs:1052:32 [INFO] [stderr] | [INFO] [stderr] 1052 | fn cause(&self) -> Option<&std_error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std_error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/net/parser.rs:78:49 [INFO] [stderr] | [INFO] [stderr] 78 | fn read_or(&mut self, parsers: &mut [Box Option + 'static>]) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&mut Parser) -> Option + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/panic.rs:173:24 [INFO] [stderr] | [INFO] [stderr] 173 | impl RefUnwindSafe for Fn() {} [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Fn()` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/panic.rs:267:78 [INFO] [stderr] | [INFO] [stderr] 267 | pub fn catch_unwind R + UnwindSafe, R>(f: F) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/panic.rs:285:35 [INFO] [stderr] | [INFO] [stderr] 285 | pub fn resume_unwind(payload: Box) -> ! { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sync/once.rs:233:30 [INFO] [stderr] | [INFO] [stderr] 233 | init: &mut FnMut(bool)) { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(bool)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sys_common/io.rs:48:49 [INFO] [stderr] | [INFO] [stderr] 48 | pub unsafe fn read_to_end_uninitialized(r: &mut Read, buf: &mut Vec) -> io::Result { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sys_common/poison.rs:194:32 [INFO] [stderr] | [INFO] [stderr] 194 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/sys_common/wtf8.rs:86:15 [INFO] [stderr] | [INFO] [stderr] 86 | 0 ... 0x10FFFF => Some(CodePoint { value: value }), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/sys_common/wtf8.rs:111:20 [INFO] [stderr] | [INFO] [stderr] 111 | 0xD800 ... 0xDFFF => None, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/sys_common/wtf8.rs:315:30 [INFO] [stderr] | [INFO] [stderr] 315 | if let trail @ 0xDC00...0xDFFF = code_point.to_u32() { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/sys_common/wtf8.rs:536:31 [INFO] [stderr] | [INFO] [stderr] 536 | ascii_byte @ 0x00 ... 0x7F => ascii_byte, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/sys_common/wtf8.rs:641:30 [INFO] [stderr] | [INFO] [stderr] 641 | &[0xED, b2 @ 0xA0...0xAF, b3] => Some(decode_surrogate(b2, b3)), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/sys_common/wtf8.rs:653:30 [INFO] [stderr] | [INFO] [stderr] 653 | &[0xED, b2 @ 0xB0...0xBF, b3] => Some(decode_surrogate(b2, b3)), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/panicking.rs:73:28 [INFO] [stderr] | [INFO] [stderr] 73 | let write = |err: &mut ::io::Write| { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn (::io::Write)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/panicking.rs:150:63 [INFO] [stderr] | [INFO] [stderr] 150 | pub unsafe fn try R>(f: F) -> Result> { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/panicking.rs:289:38 [INFO] [stderr] | [INFO] [stderr] 289 | fn box_me_up(&mut self) -> *mut (Any + Send) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/panicking.rs:294:28 [INFO] [stderr] | [INFO] [stderr] 294 | fn get(&mut self) -> &(Any + Send) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/panicking.rs:356:42 [INFO] [stderr] | [INFO] [stderr] 356 | fn box_me_up(&mut self) -> *mut (Any + Send) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/panicking.rs:358:47 [INFO] [stderr] | [INFO] [stderr] 358 | Some(a) => Box::new(a) as Box, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/panicking.rs:364:32 [INFO] [stderr] | [INFO] [stderr] 364 | fn get(&mut self) -> &(Any + Send) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/panicking.rs:381:39 [INFO] [stderr] | [INFO] [stderr] 381 | fn rust_panic_with_hook(payload: &mut BoxMeUp, [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn BoxMeUp` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/panicking.rs:423:41 [INFO] [stderr] | [INFO] [stderr] 423 | pub fn update_count_then_panic(msg: Box) -> ! { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/panicking.rs:425:26 [INFO] [stderr] | [INFO] [stderr] 425 | struct RewrapBox(Box); [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/panicking.rs:428:42 [INFO] [stderr] | [INFO] [stderr] 428 | fn box_me_up(&mut self) -> *mut (Any + Send) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/panicking.rs:432:32 [INFO] [stderr] | [INFO] [stderr] 432 | fn get(&mut self) -> &(Any + Send) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/panicking.rs:443:33 [INFO] [stderr] | [INFO] [stderr] 443 | pub fn rust_panic(mut msg: &mut BoxMeUp) -> ! { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn BoxMeUp` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/panicking.rs:445:41 [INFO] [stderr] | [INFO] [stderr] 445 | let obj = &mut msg as *mut &mut BoxMeUp; [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn BoxMeUp` [INFO] [stderr] [INFO] [stderr] error[E0277]: `env::VarError` doesn't implement `core::fmt::Debug` [INFO] [stderr] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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[E0432]: unresolved import `alloc::boxed::FnBox` [INFO] [stderr] --> 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[E0277]: `sys::os::JoinPathsError` doesn't implement `core::fmt::Debug` [INFO] [stderr] --> 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[E0432]: unresolved import `slice::SliceConcatExt` [INFO] [stderr] --> 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[E0433]: failed to resolve: maybe a missing `extern crate realstd;`? [INFO] [stderr] --> src/collections/hash/map.rs:2791:9 [INFO] [stderr] | [INFO] [stderr] 2791 | use realstd::collections::CollectionAllocErr::*; [INFO] [stderr] | ^^^^^^^ maybe a missing `extern crate realstd;`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing `extern crate realstd;`? [INFO] [stderr] --> src/collections/hash/map.rs:2792:9 [INFO] [stderr] | [INFO] [stderr] 2792 | use realstd::mem::size_of; [INFO] [stderr] | ^^^^^^^ maybe a missing `extern crate realstd;`? [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rand` [INFO] [stderr] --> src/collections/hash/map.rs:2790:9 [INFO] [stderr] | [INFO] [stderr] 2790 | use rand::{thread_rng, Rng}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | | [INFO] [stderr] | unresolved import [INFO] [stderr] | help: a similar path exists: `sys::rand` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `realstd` [INFO] [stderr] --> src/collections/hash/map.rs:2793:9 [INFO] [stderr] | [INFO] [stderr] 2793 | use realstd::usize; [INFO] [stderr] | ^^^^^^^ maybe a missing `extern crate realstd;`? [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `global_allocator` in this scope [INFO] [stderr] --> 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] --> 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] ::: 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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] ::: 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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] ::: 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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] --> 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] --> 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] --> 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] --> 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] ::: 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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] ::: 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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] --> 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] ::: 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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] --> 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] --> 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] ::: 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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: 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] --> 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] --> 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 attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:2795:7 [INFO] [stderr] | [INFO] [stderr] 2795 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:2827:7 [INFO] [stderr] | [INFO] [stderr] 2827 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:2837:7 [INFO] [stderr] | [INFO] [stderr] 2837 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:2849:7 [INFO] [stderr] | [INFO] [stderr] 2849 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Eq` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:2865:31 [INFO] [stderr] | [INFO] [stderr] 2865 | #[derive(Hash, PartialEq, Eq)] [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `PartialEq` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:2865:20 [INFO] [stderr] | [INFO] [stderr] 2865 | #[derive(Hash, PartialEq, Eq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Hash` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:2865:14 [INFO] [stderr] | [INFO] [stderr] 2865 | #[derive(Hash, PartialEq, Eq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:2894:7 [INFO] [stderr] | [INFO] [stderr] 2894 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:2953:7 [INFO] [stderr] | [INFO] [stderr] 2953 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3018:7 [INFO] [stderr] | [INFO] [stderr] 3018 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3024:7 [INFO] [stderr] | [INFO] [stderr] 3024 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3035:7 [INFO] [stderr] | [INFO] [stderr] 3035 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3049:7 [INFO] [stderr] | [INFO] [stderr] 3049 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3112:7 [INFO] [stderr] | [INFO] [stderr] 3112 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3126:7 [INFO] [stderr] | [INFO] [stderr] 3126 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3135:7 [INFO] [stderr] | [INFO] [stderr] 3135 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3146:7 [INFO] [stderr] | [INFO] [stderr] 3146 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3163:7 [INFO] [stderr] | [INFO] [stderr] 3163 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3172:7 [INFO] [stderr] | [INFO] [stderr] 3172 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3180:7 [INFO] [stderr] | [INFO] [stderr] 3180 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3188:7 [INFO] [stderr] | [INFO] [stderr] 3188 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3205:7 [INFO] [stderr] | [INFO] [stderr] 3205 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3216:7 [INFO] [stderr] | [INFO] [stderr] 3216 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3227:7 [INFO] [stderr] | [INFO] [stderr] 3227 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3241:7 [INFO] [stderr] | [INFO] [stderr] 3241 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3252:7 [INFO] [stderr] | [INFO] [stderr] 3252 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3270:7 [INFO] [stderr] | [INFO] [stderr] 3270 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3285:7 [INFO] [stderr] | [INFO] [stderr] 3285 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3303:7 [INFO] [stderr] | [INFO] [stderr] 3303 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3359:7 [INFO] [stderr] | [INFO] [stderr] 3359 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3396:7 [INFO] [stderr] | [INFO] [stderr] 3396 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3407:7 [INFO] [stderr] | [INFO] [stderr] 3407 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3420:7 [INFO] [stderr] | [INFO] [stderr] 3420 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3433:7 [INFO] [stderr] | [INFO] [stderr] 3433 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3446:7 [INFO] [stderr] | [INFO] [stderr] 3446 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3459:7 [INFO] [stderr] | [INFO] [stderr] 3459 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3470:7 [INFO] [stderr] | [INFO] [stderr] 3470 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3482:7 [INFO] [stderr] | [INFO] [stderr] 3482 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3534:7 [INFO] [stderr] | [INFO] [stderr] 3534 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3568:7 [INFO] [stderr] | [INFO] [stderr] 3568 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3584:7 [INFO] [stderr] | [INFO] [stderr] 3584 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3609:7 [INFO] [stderr] | [INFO] [stderr] 3609 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3627:7 [INFO] [stderr] | [INFO] [stderr] 3627 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3645:7 [INFO] [stderr] | [INFO] [stderr] 3645 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3656:7 [INFO] [stderr] | [INFO] [stderr] 3656 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `test` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3676:7 [INFO] [stderr] | [INFO] [stderr] 3676 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:2800:9 [INFO] [stderr] | [INFO] [stderr] 2800 | assert_eq!(m.capacity(), 0); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2800:9 [INFO] [stderr] | [INFO] [stderr] 2800 | assert_eq!(m.capacity(), 0); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2800:9 [INFO] [stderr] | [INFO] [stderr] 2800 | assert_eq!(m.capacity(), 0); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2800:9 [INFO] [stderr] | [INFO] [stderr] 2800 | assert_eq!(m.capacity(), 0); [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] --> 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] ::: src/collections/hash/map.rs:2803:9 [INFO] [stderr] | [INFO] [stderr] 2803 | assert_eq!(m.capacity(), 0); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2803:9 [INFO] [stderr] | [INFO] [stderr] 2803 | assert_eq!(m.capacity(), 0); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2803:9 [INFO] [stderr] | [INFO] [stderr] 2803 | assert_eq!(m.capacity(), 0); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2803:9 [INFO] [stderr] | [INFO] [stderr] 2803 | assert_eq!(m.capacity(), 0); [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] --> 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] ::: src/collections/hash/map.rs:2806:9 [INFO] [stderr] | [INFO] [stderr] 2806 | assert_eq!(m.capacity(), 0); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2806:9 [INFO] [stderr] | [INFO] [stderr] 2806 | assert_eq!(m.capacity(), 0); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2806:9 [INFO] [stderr] | [INFO] [stderr] 2806 | assert_eq!(m.capacity(), 0); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2806:9 [INFO] [stderr] | [INFO] [stderr] 2806 | assert_eq!(m.capacity(), 0); [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] --> 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] ::: src/collections/hash/map.rs:2809:9 [INFO] [stderr] | [INFO] [stderr] 2809 | assert_eq!(m.capacity(), 0); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2809:9 [INFO] [stderr] | [INFO] [stderr] 2809 | assert_eq!(m.capacity(), 0); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2809:9 [INFO] [stderr] | [INFO] [stderr] 2809 | assert_eq!(m.capacity(), 0); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2809:9 [INFO] [stderr] | [INFO] [stderr] 2809 | assert_eq!(m.capacity(), 0); [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] --> 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] ::: src/collections/hash/map.rs:2812:9 [INFO] [stderr] | [INFO] [stderr] 2812 | assert_eq!(m.capacity(), 0); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2812:9 [INFO] [stderr] | [INFO] [stderr] 2812 | assert_eq!(m.capacity(), 0); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2812:9 [INFO] [stderr] | [INFO] [stderr] 2812 | assert_eq!(m.capacity(), 0); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2812:9 [INFO] [stderr] | [INFO] [stderr] 2812 | assert_eq!(m.capacity(), 0); [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] --> 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] ::: src/collections/hash/map.rs:2820:9 [INFO] [stderr] | [INFO] [stderr] 2820 | assert_eq!(m.capacity(), 0); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2820:9 [INFO] [stderr] | [INFO] [stderr] 2820 | assert_eq!(m.capacity(), 0); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2820:9 [INFO] [stderr] | [INFO] [stderr] 2820 | assert_eq!(m.capacity(), 0); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2820:9 [INFO] [stderr] | [INFO] [stderr] 2820 | assert_eq!(m.capacity(), 0); [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] --> 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] ::: src/collections/hash/map.rs:2824:9 [INFO] [stderr] | [INFO] [stderr] 2824 | assert_eq!(m.capacity(), 0); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2824:9 [INFO] [stderr] | [INFO] [stderr] 2824 | assert_eq!(m.capacity(), 0); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2824:9 [INFO] [stderr] | [INFO] [stderr] 2824 | assert_eq!(m.capacity(), 0); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2824:9 [INFO] [stderr] | [INFO] [stderr] 2824 | assert_eq!(m.capacity(), 0); [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] --> src/collections/hash/map.rs:2831:9 [INFO] [stderr] | [INFO] [stderr] 2831 | assert!(m.insert(1, 1).is_none()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:2833:9 [INFO] [stderr] | [INFO] [stderr] 2833 | assert!(m.contains_key(&1)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:2834:9 [INFO] [stderr] | [INFO] [stderr] 2834 | assert!(!m.contains_key(&0)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:2840:9 [INFO] [stderr] | [INFO] [stderr] 2840 | assert_eq!(m.len(), 0); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2840:9 [INFO] [stderr] | [INFO] [stderr] 2840 | assert_eq!(m.len(), 0); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2840:9 [INFO] [stderr] | [INFO] [stderr] 2840 | assert_eq!(m.len(), 0); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2840:9 [INFO] [stderr] | [INFO] [stderr] 2840 | assert_eq!(m.len(), 0); [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] --> src/collections/hash/map.rs:2841:9 [INFO] [stderr] | [INFO] [stderr] 2841 | assert!(m.insert(1, 2).is_none()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:2842:9 [INFO] [stderr] | [INFO] [stderr] 2842 | assert_eq!(m.len(), 1); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2842:9 [INFO] [stderr] | [INFO] [stderr] 2842 | assert_eq!(m.len(), 1); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2842:9 [INFO] [stderr] | [INFO] [stderr] 2842 | assert_eq!(m.len(), 1); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2842:9 [INFO] [stderr] | [INFO] [stderr] 2842 | assert_eq!(m.len(), 1); [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] --> src/collections/hash/map.rs:2843:9 [INFO] [stderr] | [INFO] [stderr] 2843 | assert!(m.insert(2, 4).is_none()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:2844:9 [INFO] [stderr] | [INFO] [stderr] 2844 | assert_eq!(m.len(), 2); [INFO] [stderr] | ----------------------- in this macro invocation [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] | [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2844:9 [INFO] [stderr] | [INFO] [stderr] 2844 | assert_eq!(m.len(), 2); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2844:9 [INFO] [stderr] | [INFO] [stderr] 2844 | assert_eq!(m.len(), 2); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2844:9 [INFO] [stderr] | [INFO] [stderr] 2844 | assert_eq!(m.len(), 2); [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] --> 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] ::: src/collections/hash/map.rs:2845:9 [INFO] [stderr] | [INFO] [stderr] 2845 | assert_eq!(*m.get(&1).unwrap(), 2); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2845:9 [INFO] [stderr] | [INFO] [stderr] 2845 | assert_eq!(*m.get(&1).unwrap(), 2); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2845:9 [INFO] [stderr] | [INFO] [stderr] 2845 | assert_eq!(*m.get(&1).unwrap(), 2); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2845:9 [INFO] [stderr] | [INFO] [stderr] 2845 | assert_eq!(*m.get(&1).unwrap(), 2); [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] --> 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] ::: src/collections/hash/map.rs:2846:9 [INFO] [stderr] | [INFO] [stderr] 2846 | assert_eq!(*m.get(&2).unwrap(), 4); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2846:9 [INFO] [stderr] | [INFO] [stderr] 2846 | assert_eq!(*m.get(&2).unwrap(), 4); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2846:9 [INFO] [stderr] | [INFO] [stderr] 2846 | assert_eq!(*m.get(&2).unwrap(), 4); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2846:9 [INFO] [stderr] | [INFO] [stderr] 2846 | assert_eq!(*m.get(&2).unwrap(), 4); [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] --> 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] ::: src/collections/hash/map.rs:2852:9 [INFO] [stderr] | [INFO] [stderr] 2852 | assert_eq!(m.len(), 0); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2852:9 [INFO] [stderr] | [INFO] [stderr] 2852 | assert_eq!(m.len(), 0); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2852:9 [INFO] [stderr] | [INFO] [stderr] 2852 | assert_eq!(m.len(), 0); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2852:9 [INFO] [stderr] | [INFO] [stderr] 2852 | assert_eq!(m.len(), 0); [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] --> src/collections/hash/map.rs:2853:9 [INFO] [stderr] | [INFO] [stderr] 2853 | assert!(m.insert(1, 2).is_none()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:2854:9 [INFO] [stderr] | [INFO] [stderr] 2854 | assert_eq!(m.len(), 1); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2854:9 [INFO] [stderr] | [INFO] [stderr] 2854 | assert_eq!(m.len(), 1); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2854:9 [INFO] [stderr] | [INFO] [stderr] 2854 | assert_eq!(m.len(), 1); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2854:9 [INFO] [stderr] | [INFO] [stderr] 2854 | assert_eq!(m.len(), 1); [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] --> src/collections/hash/map.rs:2855:9 [INFO] [stderr] | [INFO] [stderr] 2855 | assert!(m.insert(2, 4).is_none()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:2856:9 [INFO] [stderr] | [INFO] [stderr] 2856 | assert_eq!(m.len(), 2); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2856:9 [INFO] [stderr] | [INFO] [stderr] 2856 | assert_eq!(m.len(), 2); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2856:9 [INFO] [stderr] | [INFO] [stderr] 2856 | assert_eq!(m.len(), 2); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2856:9 [INFO] [stderr] | [INFO] [stderr] 2856 | assert_eq!(m.len(), 2); [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] --> 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] ::: src/collections/hash/map.rs:2858:9 [INFO] [stderr] | [INFO] [stderr] 2858 | assert_eq!(*m2.get(&1).unwrap(), 2); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2858:9 [INFO] [stderr] | [INFO] [stderr] 2858 | assert_eq!(*m2.get(&1).unwrap(), 2); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2858:9 [INFO] [stderr] | [INFO] [stderr] 2858 | assert_eq!(*m2.get(&1).unwrap(), 2); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2858:9 [INFO] [stderr] | [INFO] [stderr] 2858 | assert_eq!(*m2.get(&1).unwrap(), 2); [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] --> 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] ::: src/collections/hash/map.rs:2859:9 [INFO] [stderr] | [INFO] [stderr] 2859 | assert_eq!(*m2.get(&2).unwrap(), 4); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2859:9 [INFO] [stderr] | [INFO] [stderr] 2859 | assert_eq!(*m2.get(&2).unwrap(), 4); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2859:9 [INFO] [stderr] | [INFO] [stderr] 2859 | assert_eq!(*m2.get(&2).unwrap(), 4); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2859:9 [INFO] [stderr] | [INFO] [stderr] 2859 | assert_eq!(*m2.get(&2).unwrap(), 4); [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] --> 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] ::: src/collections/hash/map.rs:2860:9 [INFO] [stderr] | [INFO] [stderr] 2860 | assert_eq!(m2.len(), 2); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2860:9 [INFO] [stderr] | [INFO] [stderr] 2860 | assert_eq!(m2.len(), 2); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2860:9 [INFO] [stderr] | [INFO] [stderr] 2860 | assert_eq!(m2.len(), 2); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2860:9 [INFO] [stderr] | [INFO] [stderr] 2860 | assert_eq!(m2.len(), 2); [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] --> 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] ::: src/collections/hash/map.rs:2905:21 [INFO] [stderr] | [INFO] [stderr] 2905 | assert_eq!(v.borrow()[i], 0); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2905:21 [INFO] [stderr] | [INFO] [stderr] 2905 | assert_eq!(v.borrow()[i], 0); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2905:21 [INFO] [stderr] | [INFO] [stderr] 2905 | assert_eq!(v.borrow()[i], 0); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2905:21 [INFO] [stderr] | [INFO] [stderr] 2905 | assert_eq!(v.borrow()[i], 0); [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] --> 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] ::: src/collections/hash/map.rs:2917:21 [INFO] [stderr] | [INFO] [stderr] 2917 | assert_eq!(v.borrow()[i], 1); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2917:21 [INFO] [stderr] | [INFO] [stderr] 2917 | assert_eq!(v.borrow()[i], 1); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2917:21 [INFO] [stderr] | [INFO] [stderr] 2917 | assert_eq!(v.borrow()[i], 1); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2917:21 [INFO] [stderr] | [INFO] [stderr] 2917 | assert_eq!(v.borrow()[i], 1); [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] --> src/collections/hash/map.rs:2925:17 [INFO] [stderr] | [INFO] [stderr] 2925 | assert!(v.is_some()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:2928:21 [INFO] [stderr] | [INFO] [stderr] 2928 | assert_eq!(v.borrow()[i], 1); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2928:21 [INFO] [stderr] | [INFO] [stderr] 2928 | assert_eq!(v.borrow()[i], 1); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2928:21 [INFO] [stderr] | [INFO] [stderr] 2928 | assert_eq!(v.borrow()[i], 1); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2928:21 [INFO] [stderr] | [INFO] [stderr] 2928 | assert_eq!(v.borrow()[i], 1); [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] --> 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] ::: src/collections/hash/map.rs:2929:21 [INFO] [stderr] | [INFO] [stderr] 2929 | assert_eq!(v.borrow()[i+100], 1); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2929:21 [INFO] [stderr] | [INFO] [stderr] 2929 | assert_eq!(v.borrow()[i+100], 1); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2929:21 [INFO] [stderr] | [INFO] [stderr] 2929 | assert_eq!(v.borrow()[i+100], 1); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2929:21 [INFO] [stderr] | [INFO] [stderr] 2929 | assert_eq!(v.borrow()[i+100], 1); [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] --> 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] ::: src/collections/hash/map.rs:2935:21 [INFO] [stderr] | [INFO] [stderr] 2935 | assert_eq!(v.borrow()[i], 0); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2935:21 [INFO] [stderr] | [INFO] [stderr] 2935 | assert_eq!(v.borrow()[i], 0); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2935:21 [INFO] [stderr] | [INFO] [stderr] 2935 | assert_eq!(v.borrow()[i], 0); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2935:21 [INFO] [stderr] | [INFO] [stderr] 2935 | assert_eq!(v.borrow()[i], 0); [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] --> 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] ::: src/collections/hash/map.rs:2936:21 [INFO] [stderr] | [INFO] [stderr] 2936 | assert_eq!(v.borrow()[i+100], 0); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2936:21 [INFO] [stderr] | [INFO] [stderr] 2936 | assert_eq!(v.borrow()[i+100], 0); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2936:21 [INFO] [stderr] | [INFO] [stderr] 2936 | assert_eq!(v.borrow()[i+100], 0); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2936:21 [INFO] [stderr] | [INFO] [stderr] 2936 | assert_eq!(v.borrow()[i+100], 0); [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] --> 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] ::: src/collections/hash/map.rs:2940:21 [INFO] [stderr] | [INFO] [stderr] 2940 | assert_eq!(v.borrow()[i], 1); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2940:21 [INFO] [stderr] | [INFO] [stderr] 2940 | assert_eq!(v.borrow()[i], 1); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2940:21 [INFO] [stderr] | [INFO] [stderr] 2940 | assert_eq!(v.borrow()[i], 1); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2940:21 [INFO] [stderr] | [INFO] [stderr] 2940 | assert_eq!(v.borrow()[i], 1); [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] --> 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] ::: src/collections/hash/map.rs:2941:21 [INFO] [stderr] | [INFO] [stderr] 2941 | assert_eq!(v.borrow()[i+100], 1); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2941:21 [INFO] [stderr] | [INFO] [stderr] 2941 | assert_eq!(v.borrow()[i+100], 1); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2941:21 [INFO] [stderr] | [INFO] [stderr] 2941 | assert_eq!(v.borrow()[i+100], 1); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2941:21 [INFO] [stderr] | [INFO] [stderr] 2941 | assert_eq!(v.borrow()[i+100], 1); [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] --> 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] ::: src/collections/hash/map.rs:2948:17 [INFO] [stderr] | [INFO] [stderr] 2948 | assert_eq!(v.borrow()[i], 0); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2948:17 [INFO] [stderr] | [INFO] [stderr] 2948 | assert_eq!(v.borrow()[i], 0); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2948:17 [INFO] [stderr] | [INFO] [stderr] 2948 | assert_eq!(v.borrow()[i], 0); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2948:17 [INFO] [stderr] | [INFO] [stderr] 2948 | assert_eq!(v.borrow()[i], 0); [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] --> 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] ::: src/collections/hash/map.rs:2964:21 [INFO] [stderr] | [INFO] [stderr] 2964 | assert_eq!(v.borrow()[i], 0); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2964:21 [INFO] [stderr] | [INFO] [stderr] 2964 | assert_eq!(v.borrow()[i], 0); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2964:21 [INFO] [stderr] | [INFO] [stderr] 2964 | assert_eq!(v.borrow()[i], 0); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2964:21 [INFO] [stderr] | [INFO] [stderr] 2964 | assert_eq!(v.borrow()[i], 0); [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] --> 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] ::: src/collections/hash/map.rs:2976:21 [INFO] [stderr] | [INFO] [stderr] 2976 | assert_eq!(v.borrow()[i], 1); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2976:21 [INFO] [stderr] | [INFO] [stderr] 2976 | assert_eq!(v.borrow()[i], 1); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2976:21 [INFO] [stderr] | [INFO] [stderr] 2976 | assert_eq!(v.borrow()[i], 1); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2976:21 [INFO] [stderr] | [INFO] [stderr] 2976 | assert_eq!(v.borrow()[i], 1); [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] --> 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] ::: src/collections/hash/map.rs:2991:21 [INFO] [stderr] | [INFO] [stderr] 2991 | assert_eq!(v.borrow()[i], 1); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2991:21 [INFO] [stderr] | [INFO] [stderr] 2991 | assert_eq!(v.borrow()[i], 1); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2991:21 [INFO] [stderr] | [INFO] [stderr] 2991 | assert_eq!(v.borrow()[i], 1); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:2991:21 [INFO] [stderr] | [INFO] [stderr] 2991 | assert_eq!(v.borrow()[i], 1); [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] --> 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] ::: src/collections/hash/map.rs:3006:17 [INFO] [stderr] | [INFO] [stderr] 3006 | assert_eq!(nk, 50); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3006:17 [INFO] [stderr] | [INFO] [stderr] 3006 | assert_eq!(nk, 50); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3006:17 [INFO] [stderr] | [INFO] [stderr] 3006 | assert_eq!(nk, 50); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3006:17 [INFO] [stderr] | [INFO] [stderr] 3006 | assert_eq!(nk, 50); [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] --> 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] ::: src/collections/hash/map.rs:3007:17 [INFO] [stderr] | [INFO] [stderr] 3007 | assert_eq!(nv, 50); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3007:17 [INFO] [stderr] | [INFO] [stderr] 3007 | assert_eq!(nv, 50); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3007:17 [INFO] [stderr] | [INFO] [stderr] 3007 | assert_eq!(nv, 50); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3007:17 [INFO] [stderr] | [INFO] [stderr] 3007 | assert_eq!(nv, 50); [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] --> 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] ::: src/collections/hash/map.rs:3013:17 [INFO] [stderr] | [INFO] [stderr] 3013 | assert_eq!(v.borrow()[i], 0); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3013:17 [INFO] [stderr] | [INFO] [stderr] 3013 | assert_eq!(v.borrow()[i], 0); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3013:17 [INFO] [stderr] | [INFO] [stderr] 3013 | assert_eq!(v.borrow()[i], 0); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3013:17 [INFO] [stderr] | [INFO] [stderr] 3013 | assert_eq!(v.borrow()[i], 0); [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] --> 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] ::: src/collections/hash/map.rs:3021:9 [INFO] [stderr] | [INFO] [stderr] 3021 | assert_eq!(m.remove(&0), None); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3021:9 [INFO] [stderr] | [INFO] [stderr] 3021 | assert_eq!(m.remove(&0), None); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3021:9 [INFO] [stderr] | [INFO] [stderr] 3021 | assert_eq!(m.remove(&0), None); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3021:9 [INFO] [stderr] | [INFO] [stderr] 3021 | assert_eq!(m.remove(&0), None); [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] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3028:28 [INFO] [stderr] | [INFO] [stderr] 3028 | Occupied(_) => panic!(), [INFO] [stderr] | -------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3028:28 [INFO] [stderr] | [INFO] [stderr] 3028 | Occupied(_) => panic!(), [INFO] [stderr] | -------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3028:28 [INFO] [stderr] | [INFO] [stderr] 3028 | Occupied(_) => panic!(), [INFO] [stderr] | -------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3031:9 [INFO] [stderr] | [INFO] [stderr] 3031 | assert!(*m.entry(0).or_insert(true)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:3032:9 [INFO] [stderr] | [INFO] [stderr] 3032 | assert_eq!(m.len(), 1); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3032:9 [INFO] [stderr] | [INFO] [stderr] 3032 | assert_eq!(m.len(), 1); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3032:9 [INFO] [stderr] | [INFO] [stderr] 3032 | assert_eq!(m.len(), 1); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3032:9 [INFO] [stderr] | [INFO] [stderr] 3032 | assert_eq!(m.len(), 1); [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] --> 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] ::: src/collections/hash/map.rs:3038:9 [INFO] [stderr] | [INFO] [stderr] 3038 | assert_eq!(m.drain().next(), None); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3038:9 [INFO] [stderr] | [INFO] [stderr] 3038 | assert_eq!(m.drain().next(), None); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3038:9 [INFO] [stderr] | [INFO] [stderr] 3038 | assert_eq!(m.drain().next(), None); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3038:9 [INFO] [stderr] | [INFO] [stderr] 3038 | assert_eq!(m.drain().next(), None); [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] --> 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] ::: src/collections/hash/map.rs:3039:9 [INFO] [stderr] | [INFO] [stderr] 3039 | assert_eq!(m.keys().next(), None); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3039:9 [INFO] [stderr] | [INFO] [stderr] 3039 | assert_eq!(m.keys().next(), None); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3039:9 [INFO] [stderr] | [INFO] [stderr] 3039 | assert_eq!(m.keys().next(), None); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3039:9 [INFO] [stderr] | [INFO] [stderr] 3039 | assert_eq!(m.keys().next(), None); [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] --> 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] ::: src/collections/hash/map.rs:3040:9 [INFO] [stderr] | [INFO] [stderr] 3040 | assert_eq!(m.values().next(), None); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3040:9 [INFO] [stderr] | [INFO] [stderr] 3040 | assert_eq!(m.values().next(), None); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3040:9 [INFO] [stderr] | [INFO] [stderr] 3040 | assert_eq!(m.values().next(), None); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3040:9 [INFO] [stderr] | [INFO] [stderr] 3040 | assert_eq!(m.values().next(), None); [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] --> 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] ::: src/collections/hash/map.rs:3041:9 [INFO] [stderr] | [INFO] [stderr] 3041 | assert_eq!(m.values_mut().next(), None); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3041:9 [INFO] [stderr] | [INFO] [stderr] 3041 | assert_eq!(m.values_mut().next(), None); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3041:9 [INFO] [stderr] | [INFO] [stderr] 3041 | assert_eq!(m.values_mut().next(), None); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3041:9 [INFO] [stderr] | [INFO] [stderr] 3041 | assert_eq!(m.values_mut().next(), None); [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] --> 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] ::: src/collections/hash/map.rs:3042:9 [INFO] [stderr] | [INFO] [stderr] 3042 | assert_eq!(m.iter().next(), None); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3042:9 [INFO] [stderr] | [INFO] [stderr] 3042 | assert_eq!(m.iter().next(), None); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3042:9 [INFO] [stderr] | [INFO] [stderr] 3042 | assert_eq!(m.iter().next(), None); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3042:9 [INFO] [stderr] | [INFO] [stderr] 3042 | assert_eq!(m.iter().next(), None); [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] --> 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] ::: src/collections/hash/map.rs:3043:9 [INFO] [stderr] | [INFO] [stderr] 3043 | assert_eq!(m.iter_mut().next(), None); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3043:9 [INFO] [stderr] | [INFO] [stderr] 3043 | assert_eq!(m.iter_mut().next(), None); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3043:9 [INFO] [stderr] | [INFO] [stderr] 3043 | assert_eq!(m.iter_mut().next(), None); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3043:9 [INFO] [stderr] | [INFO] [stderr] 3043 | assert_eq!(m.iter_mut().next(), None); [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] --> 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] ::: src/collections/hash/map.rs:3044:9 [INFO] [stderr] | [INFO] [stderr] 3044 | assert_eq!(m.len(), 0); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3044:9 [INFO] [stderr] | [INFO] [stderr] 3044 | assert_eq!(m.len(), 0); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3044:9 [INFO] [stderr] | [INFO] [stderr] 3044 | assert_eq!(m.len(), 0); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3044:9 [INFO] [stderr] | [INFO] [stderr] 3044 | assert_eq!(m.len(), 0); [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] --> src/collections/hash/map.rs:3045:9 [INFO] [stderr] | [INFO] [stderr] 3045 | assert!(m.is_empty()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:3046:9 [INFO] [stderr] | [INFO] [stderr] 3046 | assert_eq!(m.into_iter().next(), None); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3046:9 [INFO] [stderr] | [INFO] [stderr] 3046 | assert_eq!(m.into_iter().next(), None); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3046:9 [INFO] [stderr] | [INFO] [stderr] 3046 | assert_eq!(m.into_iter().next(), None); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3046:9 [INFO] [stderr] | [INFO] [stderr] 3046 | assert_eq!(m.into_iter().next(), None); [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] --> src/collections/hash/map.rs:3056:13 [INFO] [stderr] | [INFO] [stderr] 3056 | assert!(m.is_empty()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3059:17 [INFO] [stderr] | [INFO] [stderr] 3059 | assert!(m.insert(i, i).is_none()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:3063:21 [INFO] [stderr] | [INFO] [stderr] 3063 | assert_eq!(r, Some(&j)); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3063:21 [INFO] [stderr] | [INFO] [stderr] 3063 | assert_eq!(r, Some(&j)); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3063:21 [INFO] [stderr] | [INFO] [stderr] 3063 | assert_eq!(r, Some(&j)); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3063:21 [INFO] [stderr] | [INFO] [stderr] 3063 | assert_eq!(r, Some(&j)); [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] --> 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] ::: src/collections/hash/map.rs:3068:21 [INFO] [stderr] | [INFO] [stderr] 3068 | assert_eq!(r, None); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3068:21 [INFO] [stderr] | [INFO] [stderr] 3068 | assert_eq!(r, None); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3068:21 [INFO] [stderr] | [INFO] [stderr] 3068 | assert_eq!(r, None); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3068:21 [INFO] [stderr] | [INFO] [stderr] 3068 | assert_eq!(r, None); [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] --> src/collections/hash/map.rs:3073:17 [INFO] [stderr] | [INFO] [stderr] 3073 | assert!(!m.contains_key(&i)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3078:17 [INFO] [stderr] | [INFO] [stderr] 3078 | assert!(m.remove(&i).is_some()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3081:21 [INFO] [stderr] | [INFO] [stderr] 3081 | assert!(!m.contains_key(&j)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3085:21 [INFO] [stderr] | [INFO] [stderr] 3085 | assert!(m.contains_key(&j)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3090:17 [INFO] [stderr] | [INFO] [stderr] 3090 | assert!(!m.contains_key(&i)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3094:17 [INFO] [stderr] | [INFO] [stderr] 3094 | assert!(m.insert(i, i).is_none()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3099:17 [INFO] [stderr] | [INFO] [stderr] 3099 | assert!(m.remove(&i).is_some()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3102:21 [INFO] [stderr] | [INFO] [stderr] 3102 | assert!(!m.contains_key(&j)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3106:21 [INFO] [stderr] | [INFO] [stderr] 3106 | assert!(m.contains_key(&j)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3115:9 [INFO] [stderr] | [INFO] [stderr] 3115 | assert!(m.insert(1, 12).is_none()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3116:9 [INFO] [stderr] | [INFO] [stderr] 3116 | assert!(m.insert(2, 8).is_none()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3117:9 [INFO] [stderr] | [INFO] [stderr] 3117 | assert!(m.insert(5, 14).is_none()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3120:21 [INFO] [stderr] | [INFO] [stderr] 3120 | None => panic!(), [INFO] [stderr] | -------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3120:21 [INFO] [stderr] | [INFO] [stderr] 3120 | None => panic!(), [INFO] [stderr] | -------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3120:21 [INFO] [stderr] | [INFO] [stderr] 3120 | None => panic!(), [INFO] [stderr] | -------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:3123:9 [INFO] [stderr] | [INFO] [stderr] 3123 | assert_eq!(m.get(&5), Some(&new)); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3123:9 [INFO] [stderr] | [INFO] [stderr] 3123 | assert_eq!(m.get(&5), Some(&new)); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3123:9 [INFO] [stderr] | [INFO] [stderr] 3123 | assert_eq!(m.get(&5), Some(&new)); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3123:9 [INFO] [stderr] | [INFO] [stderr] 3123 | assert_eq!(m.get(&5), Some(&new)); [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] --> src/collections/hash/map.rs:3129:9 [INFO] [stderr] | [INFO] [stderr] 3129 | assert!(m.insert(1, 2).is_none()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:3130:9 [INFO] [stderr] | [INFO] [stderr] 3130 | assert_eq!(*m.get(&1).unwrap(), 2); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3130:9 [INFO] [stderr] | [INFO] [stderr] 3130 | assert_eq!(*m.get(&1).unwrap(), 2); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3130:9 [INFO] [stderr] | [INFO] [stderr] 3130 | assert_eq!(*m.get(&1).unwrap(), 2); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3130:9 [INFO] [stderr] | [INFO] [stderr] 3130 | assert_eq!(*m.get(&1).unwrap(), 2); [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] --> src/collections/hash/map.rs:3131:9 [INFO] [stderr] | [INFO] [stderr] 3131 | assert!(!m.insert(1, 3).is_none()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:3132:9 [INFO] [stderr] | [INFO] [stderr] 3132 | assert_eq!(*m.get(&1).unwrap(), 3); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3132:9 [INFO] [stderr] | [INFO] [stderr] 3132 | assert_eq!(*m.get(&1).unwrap(), 3); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3132:9 [INFO] [stderr] | [INFO] [stderr] 3132 | assert_eq!(*m.get(&1).unwrap(), 3); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3132:9 [INFO] [stderr] | [INFO] [stderr] 3132 | assert_eq!(*m.get(&1).unwrap(), 3); [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] --> src/collections/hash/map.rs:3138:9 [INFO] [stderr] | [INFO] [stderr] 3138 | assert!(m.insert(1, 2).is_none()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3139:9 [INFO] [stderr] | [INFO] [stderr] 3139 | assert!(m.insert(5, 3).is_none()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3140:9 [INFO] [stderr] | [INFO] [stderr] 3140 | assert!(m.insert(9, 4).is_none()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:3141:9 [INFO] [stderr] | [INFO] [stderr] 3141 | assert_eq!(*m.get(&9).unwrap(), 4); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3141:9 [INFO] [stderr] | [INFO] [stderr] 3141 | assert_eq!(*m.get(&9).unwrap(), 4); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3141:9 [INFO] [stderr] | [INFO] [stderr] 3141 | assert_eq!(*m.get(&9).unwrap(), 4); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3141:9 [INFO] [stderr] | [INFO] [stderr] 3141 | assert_eq!(*m.get(&9).unwrap(), 4); [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] --> 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] ::: src/collections/hash/map.rs:3142:9 [INFO] [stderr] | [INFO] [stderr] 3142 | assert_eq!(*m.get(&5).unwrap(), 3); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3142:9 [INFO] [stderr] | [INFO] [stderr] 3142 | assert_eq!(*m.get(&5).unwrap(), 3); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3142:9 [INFO] [stderr] | [INFO] [stderr] 3142 | assert_eq!(*m.get(&5).unwrap(), 3); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3142:9 [INFO] [stderr] | [INFO] [stderr] 3142 | assert_eq!(*m.get(&5).unwrap(), 3); [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] --> 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] ::: src/collections/hash/map.rs:3143:9 [INFO] [stderr] | [INFO] [stderr] 3143 | assert_eq!(*m.get(&1).unwrap(), 2); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3143:9 [INFO] [stderr] | [INFO] [stderr] 3143 | assert_eq!(*m.get(&1).unwrap(), 2); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3143:9 [INFO] [stderr] | [INFO] [stderr] 3143 | assert_eq!(*m.get(&1).unwrap(), 2); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3143:9 [INFO] [stderr] | [INFO] [stderr] 3143 | assert_eq!(*m.get(&1).unwrap(), 2); [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] --> src/collections/hash/map.rs:3149:9 [INFO] [stderr] | [INFO] [stderr] 3149 | assert!(m.insert(1, 2).is_none()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:3150:9 [INFO] [stderr] | [INFO] [stderr] 3150 | assert_eq!(*m.get(&1).unwrap(), 2); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3150:9 [INFO] [stderr] | [INFO] [stderr] 3150 | assert_eq!(*m.get(&1).unwrap(), 2); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3150:9 [INFO] [stderr] | [INFO] [stderr] 3150 | assert_eq!(*m.get(&1).unwrap(), 2); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3150:9 [INFO] [stderr] | [INFO] [stderr] 3150 | assert_eq!(*m.get(&1).unwrap(), 2); [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] --> src/collections/hash/map.rs:3151:9 [INFO] [stderr] | [INFO] [stderr] 3151 | assert!(m.insert(5, 3).is_none()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:3152:9 [INFO] [stderr] | [INFO] [stderr] 3152 | assert_eq!(*m.get(&1).unwrap(), 2); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3152:9 [INFO] [stderr] | [INFO] [stderr] 3152 | assert_eq!(*m.get(&1).unwrap(), 2); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3152:9 [INFO] [stderr] | [INFO] [stderr] 3152 | assert_eq!(*m.get(&1).unwrap(), 2); [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: Could not compile `sgx_tstd`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3152:9 [INFO] [stderr] | [INFO] [stderr] 3152 | assert_eq!(*m.get(&1).unwrap(), 2); [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] --> 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] ::: src/collections/hash/map.rs:3153:9 [INFO] [stderr] | [INFO] [stderr] 3153 | assert_eq!(*m.get(&5).unwrap(), 3); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3153:9 [INFO] [stderr] | [INFO] [stderr] 3153 | assert_eq!(*m.get(&5).unwrap(), 3); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3153:9 [INFO] [stderr] | [INFO] [stderr] 3153 | assert_eq!(*m.get(&5).unwrap(), 3); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3153:9 [INFO] [stderr] | [INFO] [stderr] 3153 | assert_eq!(*m.get(&5).unwrap(), 3); [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] --> src/collections/hash/map.rs:3154:9 [INFO] [stderr] | [INFO] [stderr] 3154 | assert!(m.insert(9, 4).is_none()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:3155:9 [INFO] [stderr] | [INFO] [stderr] 3155 | assert_eq!(*m.get(&1).unwrap(), 2); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3155:9 [INFO] [stderr] | [INFO] [stderr] 3155 | assert_eq!(*m.get(&1).unwrap(), 2); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3155:9 [INFO] [stderr] | [INFO] [stderr] 3155 | assert_eq!(*m.get(&1).unwrap(), 2); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3155:9 [INFO] [stderr] | [INFO] [stderr] 3155 | assert_eq!(*m.get(&1).unwrap(), 2); [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] --> 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] ::: src/collections/hash/map.rs:3156:9 [INFO] [stderr] | [INFO] [stderr] 3156 | assert_eq!(*m.get(&5).unwrap(), 3); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3156:9 [INFO] [stderr] | [INFO] [stderr] 3156 | assert_eq!(*m.get(&5).unwrap(), 3); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3156:9 [INFO] [stderr] | [INFO] [stderr] 3156 | assert_eq!(*m.get(&5).unwrap(), 3); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3156:9 [INFO] [stderr] | [INFO] [stderr] 3156 | assert_eq!(*m.get(&5).unwrap(), 3); [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] --> 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] ::: src/collections/hash/map.rs:3157:9 [INFO] [stderr] | [INFO] [stderr] 3157 | assert_eq!(*m.get(&9).unwrap(), 4); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3157:9 [INFO] [stderr] | [INFO] [stderr] 3157 | assert_eq!(*m.get(&9).unwrap(), 4); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3157:9 [INFO] [stderr] | [INFO] [stderr] 3157 | assert_eq!(*m.get(&9).unwrap(), 4); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3157:9 [INFO] [stderr] | [INFO] [stderr] 3157 | assert_eq!(*m.get(&9).unwrap(), 4); [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] --> src/collections/hash/map.rs:3158:9 [INFO] [stderr] | [INFO] [stderr] 3158 | assert!(m.remove(&1).is_some()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:3159:9 [INFO] [stderr] | [INFO] [stderr] 3159 | assert_eq!(*m.get(&9).unwrap(), 4); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3159:9 [INFO] [stderr] | [INFO] [stderr] 3159 | assert_eq!(*m.get(&9).unwrap(), 4); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3159:9 [INFO] [stderr] | [INFO] [stderr] 3159 | assert_eq!(*m.get(&9).unwrap(), 4); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3159:9 [INFO] [stderr] | [INFO] [stderr] 3159 | assert_eq!(*m.get(&9).unwrap(), 4); [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] --> 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] ::: src/collections/hash/map.rs:3160:9 [INFO] [stderr] | [INFO] [stderr] 3160 | assert_eq!(*m.get(&5).unwrap(), 3); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3160:9 [INFO] [stderr] | [INFO] [stderr] 3160 | assert_eq!(*m.get(&5).unwrap(), 3); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3160:9 [INFO] [stderr] | [INFO] [stderr] 3160 | assert_eq!(*m.get(&5).unwrap(), 3); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3160:9 [INFO] [stderr] | [INFO] [stderr] 3160 | assert_eq!(*m.get(&5).unwrap(), 3); [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] --> src/collections/hash/map.rs:3166:9 [INFO] [stderr] | [INFO] [stderr] 3166 | assert!(m.insert(1, 2).is_none()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3167:9 [INFO] [stderr] | [INFO] [stderr] 3167 | assert!(!m.is_empty()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3168:9 [INFO] [stderr] | [INFO] [stderr] 3168 | assert!(m.remove(&1).is_some()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3169:9 [INFO] [stderr] | [INFO] [stderr] 3169 | assert!(m.is_empty()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:3176:9 [INFO] [stderr] | [INFO] [stderr] 3176 | assert_eq!(m.remove(&1), Some(2)); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3176:9 [INFO] [stderr] | [INFO] [stderr] 3176 | assert_eq!(m.remove(&1), Some(2)); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3176:9 [INFO] [stderr] | [INFO] [stderr] 3176 | assert_eq!(m.remove(&1), Some(2)); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3176:9 [INFO] [stderr] | [INFO] [stderr] 3176 | assert_eq!(m.remove(&1), Some(2)); [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] --> 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] ::: src/collections/hash/map.rs:3177:9 [INFO] [stderr] | [INFO] [stderr] 3177 | assert_eq!(m.remove(&1), None); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3177:9 [INFO] [stderr] | [INFO] [stderr] 3177 | assert_eq!(m.remove(&1), None); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3177:9 [INFO] [stderr] | [INFO] [stderr] 3177 | assert_eq!(m.remove(&1), None); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3177:9 [INFO] [stderr] | [INFO] [stderr] 3177 | assert_eq!(m.remove(&1), None); [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] --> 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] ::: src/collections/hash/map.rs:3184:9 [INFO] [stderr] | [INFO] [stderr] 3184 | assert_eq!(m.remove_entry(&1), Some((1, 2))); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3184:9 [INFO] [stderr] | [INFO] [stderr] 3184 | assert_eq!(m.remove_entry(&1), Some((1, 2))); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3184:9 [INFO] [stderr] | [INFO] [stderr] 3184 | assert_eq!(m.remove_entry(&1), Some((1, 2))); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3184:9 [INFO] [stderr] | [INFO] [stderr] 3184 | assert_eq!(m.remove_entry(&1), Some((1, 2))); [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] --> 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] ::: src/collections/hash/map.rs:3185:9 [INFO] [stderr] | [INFO] [stderr] 3185 | assert_eq!(m.remove(&1), None); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3185:9 [INFO] [stderr] | [INFO] [stderr] 3185 | assert_eq!(m.remove(&1), None); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3185:9 [INFO] [stderr] | [INFO] [stderr] 3185 | assert_eq!(m.remove(&1), None); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3185:9 [INFO] [stderr] | [INFO] [stderr] 3185 | assert_eq!(m.remove(&1), None); [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] --> 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] ::: src/collections/hash/map.rs:3194:9 [INFO] [stderr] | [INFO] [stderr] 3194 | assert_eq!(m.len(), 32); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3194:9 [INFO] [stderr] | [INFO] [stderr] 3194 | assert_eq!(m.len(), 32); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3194:9 [INFO] [stderr] | [INFO] [stderr] 3194 | assert_eq!(m.len(), 32); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3194:9 [INFO] [stderr] | [INFO] [stderr] 3194 | assert_eq!(m.len(), 32); [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] --> 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] ::: src/collections/hash/map.rs:3202:9 [INFO] [stderr] | [INFO] [stderr] 3202 | assert_eq!(observed, 0xFFFF_FFFF); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3202:9 [INFO] [stderr] | [INFO] [stderr] 3202 | assert_eq!(observed, 0xFFFF_FFFF); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3202:9 [INFO] [stderr] | [INFO] [stderr] 3202 | assert_eq!(observed, 0xFFFF_FFFF); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3202:9 [INFO] [stderr] | [INFO] [stderr] 3202 | assert_eq!(observed, 0xFFFF_FFFF); [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] --> src/collections/hash/map.rs:3192:13 [INFO] [stderr] | [INFO] [stderr] 3192 | assert!(m.insert(i, i*2).is_none()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:3199:13 [INFO] [stderr] | [INFO] [stderr] 3199 | assert_eq!(*v, *k * 2); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3199:13 [INFO] [stderr] | [INFO] [stderr] 3199 | assert_eq!(*v, *k * 2); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3199:13 [INFO] [stderr] | [INFO] [stderr] 3199 | assert_eq!(*v, *k * 2); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3199:13 [INFO] [stderr] | [INFO] [stderr] 3199 | assert_eq!(*v, *k * 2); [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] --> 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] ::: src/collections/hash/map.rs:3210:9 [INFO] [stderr] | [INFO] [stderr] 3210 | assert_eq!(keys.len(), 3); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3210:9 [INFO] [stderr] | [INFO] [stderr] 3210 | assert_eq!(keys.len(), 3); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3210:9 [INFO] [stderr] | [INFO] [stderr] 3210 | assert_eq!(keys.len(), 3); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3210:9 [INFO] [stderr] | [INFO] [stderr] 3210 | assert_eq!(keys.len(), 3); [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] --> src/collections/hash/map.rs:3211:9 [INFO] [stderr] | [INFO] [stderr] 3211 | assert!(keys.contains(&1)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3212:9 [INFO] [stderr] | [INFO] [stderr] 3212 | assert!(keys.contains(&2)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3213:9 [INFO] [stderr] | [INFO] [stderr] 3213 | assert!(keys.contains(&3)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:3221:9 [INFO] [stderr] | [INFO] [stderr] 3221 | assert_eq!(values.len(), 3); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3221:9 [INFO] [stderr] | [INFO] [stderr] 3221 | assert_eq!(values.len(), 3); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3221:9 [INFO] [stderr] | [INFO] [stderr] 3221 | assert_eq!(values.len(), 3); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3221:9 [INFO] [stderr] | [INFO] [stderr] 3221 | assert_eq!(values.len(), 3); [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] --> src/collections/hash/map.rs:3222:9 [INFO] [stderr] | [INFO] [stderr] 3222 | assert!(values.contains(&'a')); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3223:9 [INFO] [stderr] | [INFO] [stderr] 3223 | assert!(values.contains(&'b')); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3224:9 [INFO] [stderr] | [INFO] [stderr] 3224 | assert!(values.contains(&'c')); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:3235:9 [INFO] [stderr] | [INFO] [stderr] 3235 | assert_eq!(values.len(), 3); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3235:9 [INFO] [stderr] | [INFO] [stderr] 3235 | assert_eq!(values.len(), 3); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3235:9 [INFO] [stderr] | [INFO] [stderr] 3235 | assert_eq!(values.len(), 3); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3235:9 [INFO] [stderr] | [INFO] [stderr] 3235 | assert_eq!(values.len(), 3); [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] --> src/collections/hash/map.rs:3236:9 [INFO] [stderr] | [INFO] [stderr] 3236 | assert!(values.contains(&2)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3237:9 [INFO] [stderr] | [INFO] [stderr] 3237 | assert!(values.contains(&4)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3238:9 [INFO] [stderr] | [INFO] [stderr] 3238 | assert!(values.contains(&6)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3244:9 [INFO] [stderr] | [INFO] [stderr] 3244 | assert!(m.get(&1).is_none()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `file!` in this scope [INFO] [stderr] --> src/macros.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3247:21 [INFO] [stderr] | [INFO] [stderr] 3247 | None => panic!(), [INFO] [stderr] | -------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `line!` in this scope [INFO] [stderr] --> src/macros.rs:57:50 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3247:21 [INFO] [stderr] | [INFO] [stderr] 3247 | None => panic!(), [INFO] [stderr] | -------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `column!` in this scope [INFO] [stderr] --> src/macros.rs:57:59 [INFO] [stderr] | [INFO] [stderr] 57 | $crate::rt::begin_panic($msg, &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3247:21 [INFO] [stderr] | [INFO] [stderr] 3247 | None => panic!(), [INFO] [stderr] | -------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:3248:24 [INFO] [stderr] | [INFO] [stderr] 3248 | Some(v) => assert_eq!(*v, 2), [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3248:24 [INFO] [stderr] | [INFO] [stderr] 3248 | Some(v) => assert_eq!(*v, 2), [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3248:24 [INFO] [stderr] | [INFO] [stderr] 3248 | Some(v) => assert_eq!(*v, 2), [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3248:24 [INFO] [stderr] | [INFO] [stderr] 3248 | Some(v) => assert_eq!(*v, 2), [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] --> src/collections/hash/map.rs:3263:9 [INFO] [stderr] | [INFO] [stderr] 3263 | assert!(m1 != m2); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:3267:9 [INFO] [stderr] | [INFO] [stderr] 3267 | assert_eq!(m1, m2); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3267:9 [INFO] [stderr] | [INFO] [stderr] 3267 | assert_eq!(m1, m2); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3267:9 [INFO] [stderr] | [INFO] [stderr] 3267 | assert_eq!(m1, m2); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3267:9 [INFO] [stderr] | [INFO] [stderr] 3267 | assert_eq!(m1, m2); [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] --> src/collections/hash/map.rs:3278:23 [INFO] [stderr] | [INFO] [stderr] 3278 | let map_str = format!("{:?}", map); [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] --> src/collections/hash/map.rs:3280:9 [INFO] [stderr] | [INFO] [stderr] 3280 | assert!(map_str == "{1: 2, 3: 4}" || [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3282:20 [INFO] [stderr] | [INFO] [stderr] 3282 | assert_eq!(format!("{:?}", 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 `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:3282:9 [INFO] [stderr] | [INFO] [stderr] 3282 | assert_eq!(format!("{:?}", empty), "{}"); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3282:9 [INFO] [stderr] | [INFO] [stderr] 3282 | assert_eq!(format!("{:?}", empty), "{}"); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3282:9 [INFO] [stderr] | [INFO] [stderr] 3282 | assert_eq!(format!("{:?}", empty), "{}"); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3282:9 [INFO] [stderr] | [INFO] [stderr] 3282 | assert_eq!(format!("{:?}", empty), "{}"); [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] --> 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] ::: src/collections/hash/map.rs:3289:9 [INFO] [stderr] | [INFO] [stderr] 3289 | assert_eq!(m.len(), 0); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3289:9 [INFO] [stderr] | [INFO] [stderr] 3289 | assert_eq!(m.len(), 0); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3289:9 [INFO] [stderr] | [INFO] [stderr] 3289 | assert_eq!(m.len(), 0); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3289:9 [INFO] [stderr] | [INFO] [stderr] 3289 | assert_eq!(m.len(), 0); [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] --> src/collections/hash/map.rs:3290:9 [INFO] [stderr] | [INFO] [stderr] 3290 | assert!(m.is_empty()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:3299:9 [INFO] [stderr] | [INFO] [stderr] 3299 | assert_eq!(m.len(), i); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3299:9 [INFO] [stderr] | [INFO] [stderr] 3299 | assert_eq!(m.len(), i); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3299:9 [INFO] [stderr] | [INFO] [stderr] 3299 | assert_eq!(m.len(), i); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3299:9 [INFO] [stderr] | [INFO] [stderr] 3299 | assert_eq!(m.len(), i); [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] --> src/collections/hash/map.rs:3300:9 [INFO] [stderr] | [INFO] [stderr] 3300 | assert!(!m.is_empty()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:3307:9 [INFO] [stderr] | [INFO] [stderr] 3307 | assert_eq!(m.len(), 0); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3307:9 [INFO] [stderr] | [INFO] [stderr] 3307 | assert_eq!(m.len(), 0); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3307:9 [INFO] [stderr] | [INFO] [stderr] 3307 | assert_eq!(m.len(), 0); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3307:9 [INFO] [stderr] | [INFO] [stderr] 3307 | assert_eq!(m.len(), 0); [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] --> 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] ::: src/collections/hash/map.rs:3308:9 [INFO] [stderr] | [INFO] [stderr] 3308 | assert_eq!(m.raw_capacity(), 0); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3308:9 [INFO] [stderr] | [INFO] [stderr] 3308 | assert_eq!(m.raw_capacity(), 0); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3308:9 [INFO] [stderr] | [INFO] [stderr] 3308 | assert_eq!(m.raw_capacity(), 0); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3308:9 [INFO] [stderr] | [INFO] [stderr] 3308 | assert_eq!(m.raw_capacity(), 0); [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] --> src/collections/hash/map.rs:3309:9 [INFO] [stderr] | [INFO] [stderr] 3309 | assert!(m.is_empty()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert!` in this scope [INFO] [stderr] --> src/collections/hash/map.rs:3313:9 [INFO] [stderr] | [INFO] [stderr] 3313 | assert!(m.is_empty()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:3318:9 [INFO] [stderr] | [INFO] [stderr] 3318 | assert_eq!(raw_cap, initial_raw_cap * 2); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3318:9 [INFO] [stderr] | [INFO] [stderr] 3318 | assert_eq!(raw_cap, initial_raw_cap * 2); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3318:9 [INFO] [stderr] | [INFO] [stderr] 3318 | assert_eq!(raw_cap, initial_raw_cap * 2); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3318:9 [INFO] [stderr] | [INFO] [stderr] 3318 | assert_eq!(raw_cap, initial_raw_cap * 2); [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] --> 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] ::: src/collections/hash/map.rs:3327:9 [INFO] [stderr] | [INFO] [stderr] 3327 | assert_eq!(m.len(), i); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3327:9 [INFO] [stderr] | [INFO] [stderr] 3327 | assert_eq!(m.len(), i); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3327:9 [INFO] [stderr] | [INFO] [stderr] 3327 | assert_eq!(m.len(), i); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3327:9 [INFO] [stderr] | [INFO] [stderr] 3327 | assert_eq!(m.len(), i); [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] --> 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] ::: src/collections/hash/map.rs:3328:9 [INFO] [stderr] | [INFO] [stderr] 3328 | assert_eq!(m.raw_capacity(), raw_cap); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3328:9 [INFO] [stderr] | [INFO] [stderr] 3328 | assert_eq!(m.raw_capacity(), raw_cap); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3328:9 [INFO] [stderr] | [INFO] [stderr] 3328 | assert_eq!(m.raw_capacity(), raw_cap); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3328:9 [INFO] [stderr] | [INFO] [stderr] 3328 | assert_eq!(m.raw_capacity(), raw_cap); [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] --> 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] ::: src/collections/hash/map.rs:3337:9 [INFO] [stderr] | [INFO] [stderr] 3337 | assert_eq!(new_raw_cap, raw_cap * 2); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3337:9 [INFO] [stderr] | [INFO] [stderr] 3337 | assert_eq!(new_raw_cap, raw_cap * 2); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3337:9 [INFO] [stderr] | [INFO] [stderr] 3337 | assert_eq!(new_raw_cap, raw_cap * 2); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3337:9 [INFO] [stderr] | [INFO] [stderr] 3337 | assert_eq!(new_raw_cap, raw_cap * 2); [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] --> 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] ::: src/collections/hash/map.rs:3346:9 [INFO] [stderr] | [INFO] [stderr] 3346 | assert_eq!(m.raw_capacity(), raw_cap); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3346:9 [INFO] [stderr] | [INFO] [stderr] 3346 | assert_eq!(m.raw_capacity(), raw_cap); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3346:9 [INFO] [stderr] | [INFO] [stderr] 3346 | assert_eq!(m.raw_capacity(), raw_cap); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3346:9 [INFO] [stderr] | [INFO] [stderr] 3346 | assert_eq!(m.raw_capacity(), raw_cap); [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] --> 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] ::: src/collections/hash/map.rs:3354:9 [INFO] [stderr] | [INFO] [stderr] 3354 | assert_eq!(m.len(), i); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3354:9 [INFO] [stderr] | [INFO] [stderr] 3354 | assert_eq!(m.len(), i); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3354:9 [INFO] [stderr] | [INFO] [stderr] 3354 | assert_eq!(m.len(), i); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3354:9 [INFO] [stderr] | [INFO] [stderr] 3354 | assert_eq!(m.len(), i); [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] --> src/collections/hash/map.rs:3355:9 [INFO] [stderr] | [INFO] [stderr] 3355 | assert!(!m.is_empty()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> 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] ::: src/collections/hash/map.rs:3356:9 [INFO] [stderr] | [INFO] [stderr] 3356 | assert_eq!(m.raw_capacity(), initial_raw_cap); [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] --> src/macros.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3356:9 [INFO] [stderr] | [INFO] [stderr] 3356 | assert_eq!(m.raw_capacity(), initial_raw_cap); [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] --> src/macros.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3356:9 [INFO] [stderr] | [INFO] [stderr] 3356 | assert_eq!(m.raw_capacity(), initial_raw_cap); [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] --> src/macros.rs:64:57 [INFO] [stderr] | [INFO] [stderr] 64 | &(file!(), line!(), column!())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/collections/hash/map.rs:3356:9 [INFO] [stderr] | [INFO] [stderr] 3356 | assert_eq!(m.raw_capacity(), initial_raw_cap); [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] --> src/macros.rs:63:38 [INFO] [stderr] | [WARN] too many lines in the log, truncating it