[INFO] crate simmons_rooms 0.1.1 is already in cache [INFO] extracting crate simmons_rooms 0.1.1 into work/ex/beta-1.38-1/sources/1.37.0/reg/simmons_rooms/0.1.1 [INFO] extracting crate simmons_rooms 0.1.1 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/simmons_rooms/0.1.1 [INFO] validating manifest of simmons_rooms-0.1.1 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of simmons_rooms-0.1.1 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing simmons_rooms-0.1.1 [INFO] finished frobbing simmons_rooms-0.1.1 [INFO] frobbed toml for simmons_rooms-0.1.1 written to work/ex/beta-1.38-1/sources/1.37.0/reg/simmons_rooms/0.1.1/Cargo.toml [INFO] started frobbing simmons_rooms-0.1.1 [INFO] finished frobbing simmons_rooms-0.1.1 [INFO] frobbed toml for simmons_rooms-0.1.1 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/simmons_rooms/0.1.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing simmons_rooms-0.1.1 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/simmons_rooms/0.1.1:/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=warn" "-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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 349f644ced5137aad9f1825182fe50e5543aff4c9b76aef47de693f655e03c8a [INFO] running `"docker" "start" "-a" "349f644ced5137aad9f1825182fe50e5543aff4c9b76aef47de693f655e03c8a"` [INFO] [stderr] Compiling simmons_rooms v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/bathroom_data.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / lazy_static! { [INFO] [stderr] 15 | | /// A list of all the bathrooms in Simmons. Data gracefully provided by Tim Wilczynski, Jesse [INFO] [stderr] 16 | | /// Orlowski, Cosmos Darwin, and Will Oursler. [INFO] [stderr] 17 | | pub static ref BATHROOMS: Vec> = vec![ [INFO] [stderr] ... | [INFO] [stderr] 176 | | ]; [INFO] [stderr] 177 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/bathroom_data.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / lazy_static! { [INFO] [stderr] 15 | | /// A list of all the bathrooms in Simmons. Data gracefully provided by Tim Wilczynski, Jesse [INFO] [stderr] 16 | | /// Orlowski, Cosmos Darwin, and Will Oursler. [INFO] [stderr] 17 | | pub static ref BATHROOMS: Vec> = vec![ [INFO] [stderr] ... | [INFO] [stderr] 176 | | ]; [INFO] [stderr] 177 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/grt_data.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | /// A list of all the GRT sections in Simmons. Data gracefully provided by Cosmos Darwin. [INFO] [stderr] 14 | | pub static ref GRT_SECTIONS: HashMap<&'static str, GrtSection<'static>> = vec![ [INFO] [stderr] 15 | | grt!("23AB", [ [INFO] [stderr] ... | [INFO] [stderr] 102 | | ].into_iter().collect(); [INFO] [stderr] 103 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/grt_data.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | /// A list of all the GRT sections in Simmons. Data gracefully provided by Cosmos Darwin. [INFO] [stderr] 14 | | pub static ref GRT_SECTIONS: HashMap<&'static str, GrtSection<'static>> = vec![ [INFO] [stderr] 15 | | grt!("23AB", [ [INFO] [stderr] ... | [INFO] [stderr] 102 | | ].into_iter().collect(); [INFO] [stderr] 103 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/room_data.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stderr] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stderr] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stderr] ... | [INFO] [stderr] 352 | | }; [INFO] [stderr] 353 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/room_data.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stderr] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stderr] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stderr] ... | [INFO] [stderr] 352 | | }; [INFO] [stderr] 353 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/room_data.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stderr] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stderr] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stderr] ... | [INFO] [stderr] 352 | | }; [INFO] [stderr] 353 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/room_data.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stderr] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stderr] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stderr] ... | [INFO] [stderr] 352 | | }; [INFO] [stderr] 353 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/room_data.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stderr] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stderr] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stderr] ... | [INFO] [stderr] 352 | | }; [INFO] [stderr] 353 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/room_data.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stderr] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stderr] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stderr] ... | [INFO] [stderr] 352 | | }; [INFO] [stderr] 353 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/room_data.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stderr] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stderr] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stderr] ... | [INFO] [stderr] 352 | | }; [INFO] [stderr] 353 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/room_data.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stderr] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stderr] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stderr] ... | [INFO] [stderr] 352 | | }; [INFO] [stderr] 353 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/room_data.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stderr] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stderr] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stderr] ... | [INFO] [stderr] 352 | | }; [INFO] [stderr] 353 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/room_data.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stderr] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stderr] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stderr] ... | [INFO] [stderr] 352 | | }; [INFO] [stderr] 353 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/room_data.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stderr] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stderr] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stderr] ... | [INFO] [stderr] 352 | | }; [INFO] [stderr] 353 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/room_data.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stderr] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stderr] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stderr] ... | [INFO] [stderr] 352 | | }; [INFO] [stderr] 353 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.28s [INFO] running `"docker" "inspect" "349f644ced5137aad9f1825182fe50e5543aff4c9b76aef47de693f655e03c8a"` [INFO] running `"docker" "rm" "-f" "349f644ced5137aad9f1825182fe50e5543aff4c9b76aef47de693f655e03c8a"` [INFO] [stdout] 349f644ced5137aad9f1825182fe50e5543aff4c9b76aef47de693f655e03c8a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/simmons_rooms/0.1.1:/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] e1b3dc1e79df8283043a95db81a006924fbafe89d90578b98a5e985d170f7a6a [INFO] running `"docker" "start" "-a" "e1b3dc1e79df8283043a95db81a006924fbafe89d90578b98a5e985d170f7a6a"` [INFO] [stderr] Compiling simmons_rooms v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/bathroom_data.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / lazy_static! { [INFO] [stderr] 15 | | /// A list of all the bathrooms in Simmons. Data gracefully provided by Tim Wilczynski, Jesse [INFO] [stderr] 16 | | /// Orlowski, Cosmos Darwin, and Will Oursler. [INFO] [stderr] 17 | | pub static ref BATHROOMS: Vec> = vec![ [INFO] [stderr] ... | [INFO] [stderr] 176 | | ]; [INFO] [stderr] 177 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/bathroom_data.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / lazy_static! { [INFO] [stderr] 15 | | /// A list of all the bathrooms in Simmons. Data gracefully provided by Tim Wilczynski, Jesse [INFO] [stderr] 16 | | /// Orlowski, Cosmos Darwin, and Will Oursler. [INFO] [stderr] 17 | | pub static ref BATHROOMS: Vec> = vec![ [INFO] [stderr] ... | [INFO] [stderr] 176 | | ]; [INFO] [stderr] 177 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/grt_data.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | /// A list of all the GRT sections in Simmons. Data gracefully provided by Cosmos Darwin. [INFO] [stderr] 14 | | pub static ref GRT_SECTIONS: HashMap<&'static str, GrtSection<'static>> = vec![ [INFO] [stderr] 15 | | grt!("23AB", [ [INFO] [stderr] ... | [INFO] [stderr] 102 | | ].into_iter().collect(); [INFO] [stderr] 103 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/grt_data.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | /// A list of all the GRT sections in Simmons. Data gracefully provided by Cosmos Darwin. [INFO] [stderr] 14 | | pub static ref GRT_SECTIONS: HashMap<&'static str, GrtSection<'static>> = vec![ [INFO] [stderr] 15 | | grt!("23AB", [ [INFO] [stderr] ... | [INFO] [stderr] 102 | | ].into_iter().collect(); [INFO] [stderr] 103 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/room_data.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stderr] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stderr] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stderr] ... | [INFO] [stderr] 352 | | }; [INFO] [stderr] 353 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/room_data.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stderr] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stderr] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stderr] ... | [INFO] [stderr] 352 | | }; [INFO] [stderr] 353 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/room_data.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stderr] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stderr] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stderr] ... | [INFO] [stderr] 352 | | }; [INFO] [stderr] 353 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/room_data.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stderr] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stderr] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stderr] ... | [INFO] [stderr] 352 | | }; [INFO] [stderr] 353 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/room_data.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stderr] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stderr] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stderr] ... | [INFO] [stderr] 352 | | }; [INFO] [stderr] 353 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/room_data.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stderr] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stderr] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stderr] ... | [INFO] [stderr] 352 | | }; [INFO] [stderr] 353 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/room_data.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stderr] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stderr] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stderr] ... | [INFO] [stderr] 352 | | }; [INFO] [stderr] 353 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/room_data.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stderr] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stderr] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stderr] ... | [INFO] [stderr] 352 | | }; [INFO] [stderr] 353 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/room_data.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stderr] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stderr] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stderr] ... | [INFO] [stderr] 352 | | }; [INFO] [stderr] 353 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/room_data.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stderr] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stderr] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stderr] ... | [INFO] [stderr] 352 | | }; [INFO] [stderr] 353 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/room_data.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stderr] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stderr] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stderr] ... | [INFO] [stderr] 352 | | }; [INFO] [stderr] 353 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data/room_data.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stderr] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stderr] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stderr] ... | [INFO] [stderr] 352 | | }; [INFO] [stderr] 353 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.38s [INFO] running `"docker" "inspect" "e1b3dc1e79df8283043a95db81a006924fbafe89d90578b98a5e985d170f7a6a"` [INFO] running `"docker" "rm" "-f" "e1b3dc1e79df8283043a95db81a006924fbafe89d90578b98a5e985d170f7a6a"` [INFO] [stdout] e1b3dc1e79df8283043a95db81a006924fbafe89d90578b98a5e985d170f7a6a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/simmons_rooms/0.1.1:/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 6adb03ea5bc011182fcdc275ff60ecc965fcb41374256e05e0b7ccf66794a778 [INFO] running `"docker" "start" "-a" "6adb03ea5bc011182fcdc275ff60ecc965fcb41374256e05e0b7ccf66794a778"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/simmons_rooms-ff8f3e824b74d94e [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_consistency ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests simmons_rooms [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "6adb03ea5bc011182fcdc275ff60ecc965fcb41374256e05e0b7ccf66794a778"` [INFO] running `"docker" "rm" "-f" "6adb03ea5bc011182fcdc275ff60ecc965fcb41374256e05e0b7ccf66794a778"` [INFO] [stdout] 6adb03ea5bc011182fcdc275ff60ecc965fcb41374256e05e0b7ccf66794a778