[INFO] crate gltile 0.0.5 is already in cache [INFO] checking gltile-0.0.5 against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] extracting crate gltile 0.0.5 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate gltile 0.0.5 on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate gltile 0.0.5 [INFO] finished tweaking crates.io crate gltile 0.0.5 [INFO] tweaked toml for crates.io crate gltile 0.0.5 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 855b4bfcfed6915f7b696d659711ce5d7bbf3674d84c7e91e41a7d2520568447 [INFO] running `"docker" "start" "-a" "855b4bfcfed6915f7b696d659711ce5d7bbf3674d84c7e91e41a7d2520568447"` [INFO] [stderr] Compiling serde v0.9.15 [INFO] [stderr] Compiling dtoa v0.4.4 [INFO] [stderr] Compiling itoa v0.3.4 [INFO] [stderr] Compiling khronos_api v1.0.1 [INFO] [stderr] Checking inflate v0.2.0 [INFO] [stderr] Checking smallvec v0.4.5 [INFO] [stderr] Checking looper v0.0.2 [INFO] [stderr] Compiling xml-rs v0.6.1 [INFO] [stderr] Compiling pixset_derive v0.0.5 [INFO] [stderr] Checking fs2 v0.2.5 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Compiling palette v0.2.1 [INFO] [stderr] Checking memmap v0.4.0 [INFO] [stderr] Checking jpeg-decoder v0.1.17 [INFO] [stderr] Compiling wayland-scanner v0.9.10 [INFO] [stderr] Compiling gl_generator v0.5.5 [INFO] [stderr] Checking pixset v0.0.6 [INFO] [stderr] Checking png v0.8.0 [INFO] [stderr] Compiling wayland-client v0.9.10 [INFO] [stderr] Compiling wayland-protocols v0.9.10 [INFO] [stderr] Compiling glutin v0.9.2 [INFO] [stderr] Compiling glium v0.17.1 [INFO] [stderr] Checking image v0.14.0 [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Checking dlib v0.3.1 [INFO] [stderr] Checking wayland-sys v0.9.10 [INFO] [stderr] Checking wayland-kbd v0.9.1 [INFO] [stderr] Checking wayland-window v0.7.0 [INFO] [stderr] Checking winit v0.7.6 [INFO] [stderr] Checking gltile v0.0.5 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/renderer.rs:39:13 [INFO] [stderr] | [INFO] [stderr] 39 | (screen_size.width / tile_width as i32), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/renderer.rs:40:13 [INFO] [stderr] | [INFO] [stderr] 40 | (screen_size.height / tile_height as i32), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/renderer.rs:130:21 [INFO] [stderr] | [INFO] [stderr] 130 | display as &glium::backend::Facade, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn glium::backend::Facade` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/renderer.rs:144:21 [INFO] [stderr] | [INFO] [stderr] 144 | display as &glium::backend::Facade, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn glium::backend::Facade` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/renderer.rs:156:41 [INFO] [stderr] | [INFO] [stderr] 156 | texture::Texture2d::new(display as &backend::Facade, texture).unwrap() [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn backend::Facade` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/colors.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | pub static ref BLACK: Rgb = str_to_rgb("black"); [INFO] [stderr] 26 | | pub static ref CYAN: Rgb = str_to_rgb("cyan"); [INFO] [stderr] 27 | | pub static ref BROWN: Rgb = str_to_rgb("saddlebrown"); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref YOGA_GRAY: Rgb = srgb_to_rgb(normalize([48.0, 56.0, 70.0])); [INFO] [stderr] 36 | | } [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/colors.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | pub static ref BLACK: Rgb = str_to_rgb("black"); [INFO] [stderr] 26 | | pub static ref CYAN: Rgb = str_to_rgb("cyan"); [INFO] [stderr] 27 | | pub static ref BROWN: Rgb = str_to_rgb("saddlebrown"); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref YOGA_GRAY: Rgb = srgb_to_rgb(normalize([48.0, 56.0, 70.0])); [INFO] [stderr] 36 | | } [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/colors.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | pub static ref BLACK: Rgb = str_to_rgb("black"); [INFO] [stderr] 26 | | pub static ref CYAN: Rgb = str_to_rgb("cyan"); [INFO] [stderr] 27 | | pub static ref BROWN: Rgb = str_to_rgb("saddlebrown"); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref YOGA_GRAY: Rgb = srgb_to_rgb(normalize([48.0, 56.0, 70.0])); [INFO] [stderr] 36 | | } [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/colors.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | pub static ref BLACK: Rgb = str_to_rgb("black"); [INFO] [stderr] 26 | | pub static ref CYAN: Rgb = str_to_rgb("cyan"); [INFO] [stderr] 27 | | pub static ref BROWN: Rgb = str_to_rgb("saddlebrown"); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref YOGA_GRAY: Rgb = srgb_to_rgb(normalize([48.0, 56.0, 70.0])); [INFO] [stderr] 36 | | } [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/colors.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | pub static ref BLACK: Rgb = str_to_rgb("black"); [INFO] [stderr] 26 | | pub static ref CYAN: Rgb = str_to_rgb("cyan"); [INFO] [stderr] 27 | | pub static ref BROWN: Rgb = str_to_rgb("saddlebrown"); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref YOGA_GRAY: Rgb = srgb_to_rgb(normalize([48.0, 56.0, 70.0])); [INFO] [stderr] 36 | | } [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/colors.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | pub static ref BLACK: Rgb = str_to_rgb("black"); [INFO] [stderr] 26 | | pub static ref CYAN: Rgb = str_to_rgb("cyan"); [INFO] [stderr] 27 | | pub static ref BROWN: Rgb = str_to_rgb("saddlebrown"); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref YOGA_GRAY: Rgb = srgb_to_rgb(normalize([48.0, 56.0, 70.0])); [INFO] [stderr] 36 | | } [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/colors.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | pub static ref BLACK: Rgb = str_to_rgb("black"); [INFO] [stderr] 26 | | pub static ref CYAN: Rgb = str_to_rgb("cyan"); [INFO] [stderr] 27 | | pub static ref BROWN: Rgb = str_to_rgb("saddlebrown"); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref YOGA_GRAY: Rgb = srgb_to_rgb(normalize([48.0, 56.0, 70.0])); [INFO] [stderr] 36 | | } [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/colors.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | pub static ref BLACK: Rgb = str_to_rgb("black"); [INFO] [stderr] 26 | | pub static ref CYAN: Rgb = str_to_rgb("cyan"); [INFO] [stderr] 27 | | pub static ref BROWN: Rgb = str_to_rgb("saddlebrown"); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref YOGA_GRAY: Rgb = srgb_to_rgb(normalize([48.0, 56.0, 70.0])); [INFO] [stderr] 36 | | } [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: unnecessary parentheses around function argument [INFO] [stderr] --> src/renderer.rs:39:13 [INFO] [stderr] | [INFO] [stderr] 39 | (screen_size.width / tile_width as i32), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/renderer.rs:40:13 [INFO] [stderr] | [INFO] [stderr] 40 | (screen_size.height / tile_height as i32), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/colors.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | pub static ref BLACK: Rgb = str_to_rgb("black"); [INFO] [stderr] 26 | | pub static ref CYAN: Rgb = str_to_rgb("cyan"); [INFO] [stderr] 27 | | pub static ref BROWN: Rgb = str_to_rgb("saddlebrown"); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref YOGA_GRAY: Rgb = srgb_to_rgb(normalize([48.0, 56.0, 70.0])); [INFO] [stderr] 36 | | } [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/colors.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | pub static ref BLACK: Rgb = str_to_rgb("black"); [INFO] [stderr] 26 | | pub static ref CYAN: Rgb = str_to_rgb("cyan"); [INFO] [stderr] 27 | | pub static ref BROWN: Rgb = str_to_rgb("saddlebrown"); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref YOGA_GRAY: Rgb = srgb_to_rgb(normalize([48.0, 56.0, 70.0])); [INFO] [stderr] 36 | | } [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/renderer.rs:130:21 [INFO] [stderr] | [INFO] [stderr] 130 | display as &glium::backend::Facade, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn glium::backend::Facade` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/renderer.rs:144:21 [INFO] [stderr] | [INFO] [stderr] 144 | display as &glium::backend::Facade, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn glium::backend::Facade` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/renderer.rs:156:41 [INFO] [stderr] | [INFO] [stderr] 156 | texture::Texture2d::new(display as &backend::Facade, texture).unwrap() [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn backend::Facade` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/colors.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | pub static ref BLACK: Rgb = str_to_rgb("black"); [INFO] [stderr] 26 | | pub static ref CYAN: Rgb = str_to_rgb("cyan"); [INFO] [stderr] 27 | | pub static ref BROWN: Rgb = str_to_rgb("saddlebrown"); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref YOGA_GRAY: Rgb = srgb_to_rgb(normalize([48.0, 56.0, 70.0])); [INFO] [stderr] 36 | | } [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/colors.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | pub static ref BLACK: Rgb = str_to_rgb("black"); [INFO] [stderr] 26 | | pub static ref CYAN: Rgb = str_to_rgb("cyan"); [INFO] [stderr] 27 | | pub static ref BROWN: Rgb = str_to_rgb("saddlebrown"); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref YOGA_GRAY: Rgb = srgb_to_rgb(normalize([48.0, 56.0, 70.0])); [INFO] [stderr] 36 | | } [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/colors.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | pub static ref BLACK: Rgb = str_to_rgb("black"); [INFO] [stderr] 26 | | pub static ref CYAN: Rgb = str_to_rgb("cyan"); [INFO] [stderr] 27 | | pub static ref BROWN: Rgb = str_to_rgb("saddlebrown"); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref YOGA_GRAY: Rgb = srgb_to_rgb(normalize([48.0, 56.0, 70.0])); [INFO] [stderr] 36 | | } [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/colors.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | pub static ref BLACK: Rgb = str_to_rgb("black"); [INFO] [stderr] 26 | | pub static ref CYAN: Rgb = str_to_rgb("cyan"); [INFO] [stderr] 27 | | pub static ref BROWN: Rgb = str_to_rgb("saddlebrown"); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref YOGA_GRAY: Rgb = srgb_to_rgb(normalize([48.0, 56.0, 70.0])); [INFO] [stderr] 36 | | } [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/colors.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | pub static ref BLACK: Rgb = str_to_rgb("black"); [INFO] [stderr] 26 | | pub static ref CYAN: Rgb = str_to_rgb("cyan"); [INFO] [stderr] 27 | | pub static ref BROWN: Rgb = str_to_rgb("saddlebrown"); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref YOGA_GRAY: Rgb = srgb_to_rgb(normalize([48.0, 56.0, 70.0])); [INFO] [stderr] 36 | | } [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/colors.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | pub static ref BLACK: Rgb = str_to_rgb("black"); [INFO] [stderr] 26 | | pub static ref CYAN: Rgb = str_to_rgb("cyan"); [INFO] [stderr] 27 | | pub static ref BROWN: Rgb = str_to_rgb("saddlebrown"); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref YOGA_GRAY: Rgb = srgb_to_rgb(normalize([48.0, 56.0, 70.0])); [INFO] [stderr] 36 | | } [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/colors.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | pub static ref BLACK: Rgb = str_to_rgb("black"); [INFO] [stderr] 26 | | pub static ref CYAN: Rgb = str_to_rgb("cyan"); [INFO] [stderr] 27 | | pub static ref BROWN: Rgb = str_to_rgb("saddlebrown"); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref YOGA_GRAY: Rgb = srgb_to_rgb(normalize([48.0, 56.0, 70.0])); [INFO] [stderr] 36 | | } [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/colors.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | pub static ref BLACK: Rgb = str_to_rgb("black"); [INFO] [stderr] 26 | | pub static ref CYAN: Rgb = str_to_rgb("cyan"); [INFO] [stderr] 27 | | pub static ref BROWN: Rgb = str_to_rgb("saddlebrown"); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref YOGA_GRAY: Rgb = srgb_to_rgb(normalize([48.0, 56.0, 70.0])); [INFO] [stderr] 36 | | } [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/colors.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | pub static ref BLACK: Rgb = str_to_rgb("black"); [INFO] [stderr] 26 | | pub static ref CYAN: Rgb = str_to_rgb("cyan"); [INFO] [stderr] 27 | | pub static ref BROWN: Rgb = str_to_rgb("saddlebrown"); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref YOGA_GRAY: Rgb = srgb_to_rgb(normalize([48.0, 56.0, 70.0])); [INFO] [stderr] 36 | | } [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/colors.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | pub static ref BLACK: Rgb = str_to_rgb("black"); [INFO] [stderr] 26 | | pub static ref CYAN: Rgb = str_to_rgb("cyan"); [INFO] [stderr] 27 | | pub static ref BROWN: Rgb = str_to_rgb("saddlebrown"); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref YOGA_GRAY: Rgb = srgb_to_rgb(normalize([48.0, 56.0, 70.0])); [INFO] [stderr] 36 | | } [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 1m 30s [INFO] running `"docker" "inspect" "855b4bfcfed6915f7b696d659711ce5d7bbf3674d84c7e91e41a7d2520568447"` [INFO] running `"docker" "rm" "-f" "855b4bfcfed6915f7b696d659711ce5d7bbf3674d84c7e91e41a7d2520568447"` [INFO] [stdout] 855b4bfcfed6915f7b696d659711ce5d7bbf3674d84c7e91e41a7d2520568447