[INFO] cloning repository https://github.com/redwarp/ambregris [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/redwarp/ambregris" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fredwarp%2Fambregris", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fredwarp%2Fambregris'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e522280549d269d84d181991368965fc1233d19e [INFO] checking redwarp/ambregris against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fredwarp%2Fambregris" "/workspace/builds/worker-33/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-33/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/redwarp/ambregris on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/redwarp/ambregris [INFO] finished tweaking git repo https://github.com/redwarp/ambregris [INFO] tweaked toml for git repo https://github.com/redwarp/ambregris written to /workspace/builds/worker-33/source/Cargo.toml [INFO] crate git repo https://github.com/redwarp/ambregris already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 623cf0259268ab653f36875ddcb19c89ec006e8ae03d43d5100ce5c06db4b045 [INFO] running `Command { std: "docker" "start" "-a" "623cf0259268ab653f36875ddcb19c89ec006e8ae03d43d5100ce5c06db4b045", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "623cf0259268ab653f36875ddcb19c89ec006e8ae03d43d5100ce5c06db4b045", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "623cf0259268ab653f36875ddcb19c89ec006e8ae03d43d5100ce5c06db4b045", kill_on_drop: false }` [INFO] [stdout] 623cf0259268ab653f36875ddcb19c89ec006e8ae03d43d5100ce5c06db4b045 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d9415890f27233f65e69c5242b61d14f518d6c54fc4fdaa2c6af9cb2cabb6a66 [INFO] running `Command { std: "docker" "start" "-a" "d9415890f27233f65e69c5242b61d14f518d6c54fc4fdaa2c6af9cb2cabb6a66", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling const_fn v0.4.3 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Checking bytemuck v1.4.1 [INFO] [stderr] Compiling cc v1.0.61 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking piston-float v1.0.0 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Checking adler v0.2.3 [INFO] [stderr] Checking weezl v0.1.2 [INFO] [stderr] Checking piston-graphics_api_version v1.0.0 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking xdg v2.2.0 [INFO] [stderr] Checking smallvec v1.4.2 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking piston-texture v0.8.0 [INFO] [stderr] Compiling wide v0.4.6 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Checking scoped_threadpool v0.1.9 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking interpolation v0.2.0 [INFO] [stderr] Checking read_color v1.0.0 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Checking piston-shaders_graphics2d v0.3.1 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Checking torchbearer v0.3.6 (/opt/rustwide/workdir/torchbearer) [INFO] [stderr] Checking half v1.6.0 [INFO] [stderr] Checking regex-syntax v0.6.21 [INFO] [stderr] Checking bit-vec v0.6.2 [INFO] [stderr] Checking bitflags v0.1.1 [INFO] [stderr] Checking oorandom v11.1.2 [INFO] [stderr] Checking lazy_static v0.1.16 [INFO] [stderr] Compiling paste v1.0.2 [INFO] [stderr] Checking find_folder v0.3.0 [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> torchbearer/src/path.rs:348:10 [INFO] [stdout] | [INFO] [stdout] 348 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> torchbearer/src/fov.rs:227:16 [INFO] [stdout] | [INFO] [stdout] 227 | panic!(format!( [INFO] [stdout] | ________________^ [INFO] [stdout] 228 | | "(x, y) should be between (0,0) and ({}, {}), got ({}, {})", [INFO] [stdout] 229 | | width, height, x, y [INFO] [stdout] 230 | | )); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 227 ~ panic!( [INFO] [stdout] 228 | "(x, y) should be between (0,0) and ({}, {}), got ({}, {})", [INFO] [stdout] 229 | width, height, x, y [INFO] [stdout] 230 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking piston-viewport v1.0.0 [INFO] [stderr] Checking vecmath v1.0.0 [INFO] [stderr] Checking libloading v0.6.5 [INFO] [stderr] Checking instant v0.1.8 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking walkdir v2.3.1 [INFO] [stderr] Checking miniz_oxide v0.3.7 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Checking lock_api v0.4.1 [INFO] [stderr] Checking bit-set v0.5.2 [INFO] [stderr] Checking draw_state v0.8.0 [INFO] [stderr] Checking dlib v0.4.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling crossbeam-utils v0.8.0 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling num-rational v0.3.1 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking raw-window-handle v0.3.3 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking parking_lot_core v0.8.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking shader_version v0.7.0 [INFO] [stderr] Checking gif v0.11.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Checking wayland-sys v0.21.13 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Checking regex v1.4.2 [INFO] [stderr] Checking stb_truetype v0.3.1 [INFO] [stderr] Checking deflate v0.8.6 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Checking gfx_core v0.9.2 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling tcod-sys v5.0.1 [INFO] [stderr] Checking parking_lot v0.11.0 [INFO] [stderr] Checking smallvec v0.6.13 [INFO] [stderr] Checking ultraviolet v0.4.6 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking crossbeam-epoch v0.9.0 [INFO] [stderr] Checking crossbeam-channel v0.5.0 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking ordered-float v1.1.0 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Checking plotters v0.2.15 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rusttype v0.8.3 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking png v0.16.7 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Checking piston2d-graphics v0.37.0 [INFO] [stderr] Checking crossbeam-channel v0.4.4 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking criterion-plot v0.4.3 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Compiling glutin_egl_sys v0.1.5 [INFO] [stderr] Compiling glutin_glx_sys v0.1.7 [INFO] [stderr] Compiling gfx_gl v0.6.1 [INFO] [stderr] Compiling gl v0.11.0 [INFO] [stderr] Checking gfx v0.18.2 [INFO] [stderr] Checking bracket-geometry v0.8.1 [INFO] [stderr] Checking bracket-algorithm-traits v0.8.1 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Checking bracket-pathfinding v0.8.1 [INFO] [stderr] Checking wayland-commons v0.21.13 [INFO] [stderr] Checking jpeg-decoder v0.1.20 [INFO] [stderr] Checking tiff v0.6.0 [INFO] [stderr] Checking image v0.23.11 [INFO] [stderr] Checking gfx_device_gl v0.16.2 [INFO] [stderr] Compiling thiserror-impl v1.0.22 [INFO] [stderr] Compiling derivative v2.1.1 [INFO] [stderr] Checking piston-gfx_texture v0.41.0 [INFO] [stderr] Checking graphics_buffer v0.7.5 [INFO] [stderr] Checking piston2d-gfx_graphics v0.70.0 [INFO] [stderr] Compiling thiserror v1.0.22 [INFO] [stderr] Compiling legion_codegen v0.3.0 [INFO] [stderr] Checking smithay-client-toolkit v0.4.6 [INFO] [stderr] Checking tcod v0.15.0 [INFO] [stderr] Checking winit v0.19.5 [INFO] [stderr] Checking glutin v0.21.2 [INFO] [stderr] Checking pistoncore-input v1.0.0 [INFO] [stderr] Checking bstr v0.2.14 [INFO] [stderr] Checking serde_cbor v0.11.1 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Checking erased-serde v0.3.12 [INFO] [stderr] Checking legion v0.3.1 [INFO] [stderr] Checking csv v1.1.4 [INFO] [stderr] Checking tinytemplate v1.1.0 [INFO] [stderr] Checking pistoncore-window v0.47.0 [INFO] [stderr] Checking criterion v0.3.3 [INFO] [stderr] Checking pistoncore-event_loop v0.52.0 [INFO] [stderr] Checking pistoncore-glutin_window v0.66.0 [INFO] [stderr] Checking piston v0.52.0 [INFO] [stderr] Checking piston_window v0.113.0 [INFO] [stderr] Checking torchbearer_example v0.0.1 (/opt/rustwide/workdir/torchbearer/example) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> torchbearer/src/path.rs:348:10 [INFO] [stdout] | [INFO] [stdout] 348 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> torchbearer/benches/fov.rs:52:20 [INFO] [stdout] | [INFO] [stdout] 52 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 53 | | "Width and height should be > 0, got ({},{})", [INFO] [stdout] 54 | | width, height [INFO] [stdout] 55 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 52 ~ panic!( [INFO] [stdout] 53 | "Width and height should be > 0, got ({},{})", [INFO] [stdout] 54 | width, height [INFO] [stdout] 55 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> torchbearer/src/fov.rs:227:16 [INFO] [stdout] | [INFO] [stdout] 227 | panic!(format!( [INFO] [stdout] | ________________^ [INFO] [stdout] 228 | | "(x, y) should be between (0,0) and ({}, {}), got ({}, {})", [INFO] [stdout] 229 | | width, height, x, y [INFO] [stdout] 230 | | )); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 227 ~ panic!( [INFO] [stdout] 228 | "(x, y) should be between (0,0) and ({}, {}), got ({}, {})", [INFO] [stdout] 229 | width, height, x, y [INFO] [stdout] 230 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> torchbearer/src/fov.rs:339:24 [INFO] [stdout] | [INFO] [stdout] 339 | panic!(format!( [INFO] [stdout] | ________________________^ [INFO] [stdout] 340 | | "Width and height should be > 0, got ({},{})", [INFO] [stdout] 341 | | width, height [INFO] [stdout] 342 | | )); [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 339 ~ panic!( [INFO] [stdout] 340 | "Width and height should be > 0, got ({},{})", [INFO] [stdout] 341 | width, height [INFO] [stdout] 342 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking ambergris v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: constant is never used: `MAGENTA` [INFO] [stdout] --> src/colors.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub const MAGENTA: Color = Color::from_rgb(0xff00ff); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PURPLE` [INFO] [stdout] --> src/colors.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub const PURPLE: Color = Color::from_rgb(0x800080); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MAGENTA` [INFO] [stdout] --> src/colors.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub const MAGENTA: Color = Color::from_rgb(0xff00ff); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PURPLE` [INFO] [stdout] --> src/colors.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub const PURPLE: Color = Color::from_rgb(0x800080); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.71s [INFO] running `Command { std: "docker" "inspect" "d9415890f27233f65e69c5242b61d14f518d6c54fc4fdaa2c6af9cb2cabb6a66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9415890f27233f65e69c5242b61d14f518d6c54fc4fdaa2c6af9cb2cabb6a66", kill_on_drop: false }` [INFO] [stdout] d9415890f27233f65e69c5242b61d14f518d6c54fc4fdaa2c6af9cb2cabb6a66