[INFO] fetching crate simmons_rooms 0.1.1... [INFO] testing simmons_rooms-0.1.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate simmons_rooms 0.1.1 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate simmons_rooms 0.1.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate simmons_rooms 0.1.1 [INFO] finished tweaking crates.io crate simmons_rooms 0.1.1 [INFO] tweaked toml for crates.io crate simmons_rooms 0.1.1 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bc8b75780a0689bb9a410805079937aa1af7f558c976fff474f95ecd19c21c8f [INFO] running `Command { std: "docker" "start" "-a" "bc8b75780a0689bb9a410805079937aa1af7f558c976fff474f95ecd19c21c8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bc8b75780a0689bb9a410805079937aa1af7f558c976fff474f95ecd19c21c8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc8b75780a0689bb9a410805079937aa1af7f558c976fff474f95ecd19c21c8f", kill_on_drop: false }` [INFO] [stdout] bc8b75780a0689bb9a410805079937aa1af7f558c976fff474f95ecd19c21c8f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4e13fc7eb93e9ce240c7cae94534b88a64e3b9e6ef453d3af0b752ea3ad014d7 [INFO] running `Command { std: "docker" "start" "-a" "4e13fc7eb93e9ce240c7cae94534b88a64e3b9e6ef453d3af0b752ea3ad014d7", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling lazy_static v0.1.16 [INFO] [stderr] Compiling simmons_rooms v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/bathroom_data.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / lazy_static! { [INFO] [stdout] 15 | | /// A list of all the bathrooms in Simmons. Data gracefully provided by Tim Wilczynski, Jesse [INFO] [stdout] 16 | | /// Orlowski, Cosmos Darwin, and Will Oursler. [INFO] [stdout] 17 | | pub static ref BATHROOMS: Vec> = vec![ [INFO] [stdout] ... | [INFO] [stdout] 176 | | ]; [INFO] [stdout] 177 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/bathroom_data.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / lazy_static! { [INFO] [stdout] 15 | | /// A list of all the bathrooms in Simmons. Data gracefully provided by Tim Wilczynski, Jesse [INFO] [stdout] 16 | | /// Orlowski, Cosmos Darwin, and Will Oursler. [INFO] [stdout] 17 | | pub static ref BATHROOMS: Vec> = vec![ [INFO] [stdout] ... | [INFO] [stdout] 176 | | ]; [INFO] [stdout] 177 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/grt_data.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / lazy_static! { [INFO] [stdout] 13 | | /// A list of all the GRT sections in Simmons. Data gracefully provided by Cosmos Darwin. [INFO] [stdout] 14 | | pub static ref GRT_SECTIONS: HashMap<&'static str, GrtSection<'static>> = vec![ [INFO] [stdout] 15 | | grt!("23AB", [ [INFO] [stdout] ... | [INFO] [stdout] 102 | | ].into_iter().collect(); [INFO] [stdout] 103 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/grt_data.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / lazy_static! { [INFO] [stdout] 13 | | /// A list of all the GRT sections in Simmons. Data gracefully provided by Cosmos Darwin. [INFO] [stdout] 14 | | pub static ref GRT_SECTIONS: HashMap<&'static str, GrtSection<'static>> = vec![ [INFO] [stdout] 15 | | grt!("23AB", [ [INFO] [stdout] ... | [INFO] [stdout] 102 | | ].into_iter().collect(); [INFO] [stdout] 103 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.07s [INFO] running `Command { std: "docker" "inspect" "4e13fc7eb93e9ce240c7cae94534b88a64e3b9e6ef453d3af0b752ea3ad014d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e13fc7eb93e9ce240c7cae94534b88a64e3b9e6ef453d3af0b752ea3ad014d7", kill_on_drop: false }` [INFO] [stdout] 4e13fc7eb93e9ce240c7cae94534b88a64e3b9e6ef453d3af0b752ea3ad014d7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6f61fea503408a2efa62136250a42e857651287247d8e49fd01568fc08659956 [INFO] running `Command { std: "docker" "start" "-a" "6f61fea503408a2efa62136250a42e857651287247d8e49fd01568fc08659956", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/bathroom_data.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / lazy_static! { [INFO] [stdout] 15 | | /// A list of all the bathrooms in Simmons. Data gracefully provided by Tim Wilczynski, Jesse [INFO] [stdout] 16 | | /// Orlowski, Cosmos Darwin, and Will Oursler. [INFO] [stdout] 17 | | pub static ref BATHROOMS: Vec> = vec![ [INFO] [stdout] ... | [INFO] [stdout] 176 | | ]; [INFO] [stdout] 177 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/bathroom_data.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / lazy_static! { [INFO] [stdout] 15 | | /// A list of all the bathrooms in Simmons. Data gracefully provided by Tim Wilczynski, Jesse [INFO] [stdout] 16 | | /// Orlowski, Cosmos Darwin, and Will Oursler. [INFO] [stdout] 17 | | pub static ref BATHROOMS: Vec> = vec![ [INFO] [stdout] ... | [INFO] [stdout] 176 | | ]; [INFO] [stdout] 177 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/grt_data.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / lazy_static! { [INFO] [stdout] 13 | | /// A list of all the GRT sections in Simmons. Data gracefully provided by Cosmos Darwin. [INFO] [stdout] 14 | | pub static ref GRT_SECTIONS: HashMap<&'static str, GrtSection<'static>> = vec![ [INFO] [stdout] 15 | | grt!("23AB", [ [INFO] [stdout] ... | [INFO] [stdout] 102 | | ].into_iter().collect(); [INFO] [stdout] 103 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/grt_data.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / lazy_static! { [INFO] [stdout] 13 | | /// A list of all the GRT sections in Simmons. Data gracefully provided by Cosmos Darwin. [INFO] [stdout] 14 | | pub static ref GRT_SECTIONS: HashMap<&'static str, GrtSection<'static>> = vec![ [INFO] [stdout] 15 | | grt!("23AB", [ [INFO] [stdout] ... | [INFO] [stdout] 102 | | ].into_iter().collect(); [INFO] [stdout] 103 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling simmons_rooms v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/bathroom_data.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / lazy_static! { [INFO] [stdout] 15 | | /// A list of all the bathrooms in Simmons. Data gracefully provided by Tim Wilczynski, Jesse [INFO] [stdout] 16 | | /// Orlowski, Cosmos Darwin, and Will Oursler. [INFO] [stdout] 17 | | pub static ref BATHROOMS: Vec> = vec![ [INFO] [stdout] ... | [INFO] [stdout] 176 | | ]; [INFO] [stdout] 177 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/bathroom_data.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / lazy_static! { [INFO] [stdout] 15 | | /// A list of all the bathrooms in Simmons. Data gracefully provided by Tim Wilczynski, Jesse [INFO] [stdout] 16 | | /// Orlowski, Cosmos Darwin, and Will Oursler. [INFO] [stdout] 17 | | pub static ref BATHROOMS: Vec> = vec![ [INFO] [stdout] ... | [INFO] [stdout] 176 | | ]; [INFO] [stdout] 177 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/grt_data.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / lazy_static! { [INFO] [stdout] 13 | | /// A list of all the GRT sections in Simmons. Data gracefully provided by Cosmos Darwin. [INFO] [stdout] 14 | | pub static ref GRT_SECTIONS: HashMap<&'static str, GrtSection<'static>> = vec![ [INFO] [stdout] 15 | | grt!("23AB", [ [INFO] [stdout] ... | [INFO] [stdout] 102 | | ].into_iter().collect(); [INFO] [stdout] 103 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/grt_data.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / lazy_static! { [INFO] [stdout] 13 | | /// A list of all the GRT sections in Simmons. Data gracefully provided by Cosmos Darwin. [INFO] [stdout] 14 | | pub static ref GRT_SECTIONS: HashMap<&'static str, GrtSection<'static>> = vec![ [INFO] [stdout] 15 | | grt!("23AB", [ [INFO] [stdout] ... | [INFO] [stdout] 102 | | ].into_iter().collect(); [INFO] [stdout] 103 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/data/room_data.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / lazy_static! { [INFO] [stdout] 7 | | static ref BOSTON_SIDE_ROOMS: Vec> = vec![ [INFO] [stdout] 8 | | r!(244, "C"), r!(244, "B"), r!(252), r!(321), [INFO] [stdout] 9 | | r!(341), r!(344), r!(345), r!(371), [INFO] [stdout] ... | [INFO] [stdout] 352 | | }; [INFO] [stdout] 353 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.86s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/simmons_rooms-a1122166bcf14b44) [INFO] running `Command { std: "docker" "inspect" "6f61fea503408a2efa62136250a42e857651287247d8e49fd01568fc08659956", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f61fea503408a2efa62136250a42e857651287247d8e49fd01568fc08659956", kill_on_drop: false }` [INFO] [stdout] 6f61fea503408a2efa62136250a42e857651287247d8e49fd01568fc08659956 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 19f0eb004b89f2064d75da7d6399c33410f812ffad5c9c9328d1b69ae0586ee5 [INFO] running `Command { std: "docker" "start" "-a" "19f0eb004b89f2064d75da7d6399c33410f812ffad5c9c9328d1b69ae0586ee5", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: use of deprecated constant `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 the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `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 the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `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 the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `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 the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `simmons_rooms` (lib) generated 16 warnings (12 duplicates) [INFO] [stderr] warning: `simmons_rooms` (lib test) generated 16 warnings (16 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/simmons_rooms-a1122166bcf14b44) [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; finished in 0.01s [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "19f0eb004b89f2064d75da7d6399c33410f812ffad5c9c9328d1b69ae0586ee5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19f0eb004b89f2064d75da7d6399c33410f812ffad5c9c9328d1b69ae0586ee5", kill_on_drop: false }` [INFO] [stdout] 19f0eb004b89f2064d75da7d6399c33410f812ffad5c9c9328d1b69ae0586ee5