[INFO] fetching crate simmons_rooms 0.1.1... [INFO] testing simmons_rooms-0.1.1 against 1.60.0 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 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded clippy_lints v0.0.104 [INFO] [stderr] Downloaded clippy v0.0.104 [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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bff694a8db9b2f938164847dea480cbe9dea323c5fbd4c257873c60836b33684 [INFO] running `Command { std: "docker" "start" "-a" "bff694a8db9b2f938164847dea480cbe9dea323c5fbd4c257873c60836b33684", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bff694a8db9b2f938164847dea480cbe9dea323c5fbd4c257873c60836b33684", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bff694a8db9b2f938164847dea480cbe9dea323c5fbd4c257873c60836b33684", kill_on_drop: false }` [INFO] [stdout] bff694a8db9b2f938164847dea480cbe9dea323c5fbd4c257873c60836b33684 [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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6987278fbd76d617853444cf1f1b6b1c66cbe4ed9183a4191d7d36de6b25e7cc [INFO] running `Command { std: "docker" "start" "-a" "6987278fbd76d617853444cf1f1b6b1c66cbe4ed9183a4191d7d36de6b25e7cc", 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 1.85s [INFO] running `Command { std: "docker" "inspect" "6987278fbd76d617853444cf1f1b6b1c66cbe4ed9183a4191d7d36de6b25e7cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6987278fbd76d617853444cf1f1b6b1c66cbe4ed9183a4191d7d36de6b25e7cc", kill_on_drop: false }` [INFO] [stdout] 6987278fbd76d617853444cf1f1b6b1c66cbe4ed9183a4191d7d36de6b25e7cc [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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 94eb79e92c015d089f05689772128644442b74e23fb7f0802fd902a3c3586fdd [INFO] running `Command { std: "docker" "start" "-a" "94eb79e92c015d089f05689772128644442b74e23fb7f0802fd902a3c3586fdd", 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] [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/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] [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.83s [INFO] running `Command { std: "docker" "inspect" "94eb79e92c015d089f05689772128644442b74e23fb7f0802fd902a3c3586fdd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94eb79e92c015d089f05689772128644442b74e23fb7f0802fd902a3c3586fdd", kill_on_drop: false }` [INFO] [stdout] 94eb79e92c015d089f05689772128644442b74e23fb7f0802fd902a3c3586fdd [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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6d68e0e39a449ae09694fc8d7867596c3b4725b6ccddd8ad8803e34ad2483a89 [INFO] running `Command { std: "docker" "start" "-a" "6d68e0e39a449ae09694fc8d7867596c3b4725b6ccddd8ad8803e34ad2483a89", 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 (/opt/rustwide/target/debug/deps/simmons_rooms-2569f7e6b066dea0) [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" "6d68e0e39a449ae09694fc8d7867596c3b4725b6ccddd8ad8803e34ad2483a89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d68e0e39a449ae09694fc8d7867596c3b4725b6ccddd8ad8803e34ad2483a89", kill_on_drop: false }` [INFO] [stdout] 6d68e0e39a449ae09694fc8d7867596c3b4725b6ccddd8ad8803e34ad2483a89