[INFO] crate gltile 0.0.5 is already in cache [INFO] extracting crate gltile 0.0.5 into work/ex/beta-1.38-1/sources/1.37.0/reg/gltile/0.0.5 [INFO] extracting crate gltile 0.0.5 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/gltile/0.0.5 [INFO] validating manifest of gltile-0.0.5 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of gltile-0.0.5 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing gltile-0.0.5 [INFO] finished frobbing gltile-0.0.5 [INFO] frobbed toml for gltile-0.0.5 written to work/ex/beta-1.38-1/sources/1.37.0/reg/gltile/0.0.5/Cargo.toml [INFO] started frobbing gltile-0.0.5 [INFO] finished frobbing gltile-0.0.5 [INFO] frobbed toml for gltile-0.0.5 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/gltile/0.0.5/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing gltile-0.0.5 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/gltile/0.0.5:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 7644715b1038725ddbdb758707b5f626f1fbb11d778b3fbe6bd540945391140e [INFO] running `"docker" "start" "-a" "7644715b1038725ddbdb758707b5f626f1fbb11d778b3fbe6bd540945391140e"` [INFO] [stderr] Compiling pixset_derive v0.0.5 [INFO] [stderr] Compiling glutin v0.9.2 [INFO] [stderr] Compiling glium v0.17.1 [INFO] [stderr] Compiling palette v0.2.1 [INFO] [stderr] Compiling png v0.8.0 [INFO] [stderr] Compiling wayland-window v0.7.0 [INFO] [stderr] Compiling winit v0.7.6 [INFO] [stderr] Compiling image v0.14.0 [INFO] [stderr] Compiling pixset v0.0.6 [INFO] [stderr] Compiling gltile v0.0.5 (/opt/crater/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: 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 18s [INFO] running `"docker" "inspect" "7644715b1038725ddbdb758707b5f626f1fbb11d778b3fbe6bd540945391140e"` [INFO] running `"docker" "rm" "-f" "7644715b1038725ddbdb758707b5f626f1fbb11d778b3fbe6bd540945391140e"` [INFO] [stdout] 7644715b1038725ddbdb758707b5f626f1fbb11d778b3fbe6bd540945391140e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/gltile/0.0.5:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 87a4163a8af0a18c19d91900403dc564f007fc3eb00eff0102eb8a3421d1c21d [INFO] running `"docker" "start" "-a" "87a4163a8af0a18c19d91900403dc564f007fc3eb00eff0102eb8a3421d1c21d"` [INFO] [stderr] Compiling looper v0.0.2 [INFO] [stderr] Compiling gltile v0.0.5 (/opt/crater/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: 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] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/dood-473b9e3961122e33.dood.659n4ru5-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/dood-473b9e3961122e33.dood.659n4ru5-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/dood-473b9e3961122e33.dood.659n4ru5-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/dood-473b9e3961122e33.dood.659n4ru5-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/dood-473b9e3961122e33.dood.659n4ru5-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/dood-473b9e3961122e33.dood.659n4ru5-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/dood-473b9e3961122e33.dood.659n4ru5-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/dood-473b9e3961122e33.dood.659n4ru5-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/dood-473b9e3961122e33.dood.659n4ru5-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/dood-473b9e3961122e33.dood.659n4ru5-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/dood-473b9e3961122e33.dood.659n4ru5-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/dood-473b9e3961122e33.dood.659n4ru5-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/dood-473b9e3961122e33.dood.659n4ru5-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/dood-473b9e3961122e33.dood.659n4ru5-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/dood-473b9e3961122e33.dood.659n4ru5-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/dood-473b9e3961122e33.dood.659n4ru5-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/dood-473b9e3961122e33" "/opt/crater/target/debug/examples/dood-473b9e3961122e33.201w0n3tp6vy9nh6.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/liblooper-ca94d5d8eed23068.rlib" "/opt/crater/target/debug/deps/libgltile-04d5c825bdd33fa7.rlib" "/opt/crater/target/debug/deps/libpixset-5c24f7660f779dc3.rlib" "/opt/crater/target/debug/deps/libpalette-309806d9ea9ae700.rlib" "/opt/crater/target/debug/deps/libphf-b8d62a7988b15016.rlib" "/opt/crater/target/debug/deps/libphf_shared-a3fc0f7b8627648d.rlib" "/opt/crater/target/debug/deps/libsiphasher-4c498a6794cfc485.rlib" "/opt/crater/target/debug/deps/libnum-51bb9d5dae6c3d6d.rlib" "/opt/crater/target/debug/deps/libnum_complex-f09a0b11b536aeda.rlib" "/opt/crater/target/debug/deps/libapprox-979a4cb7f16d22ee.rlib" "/opt/crater/target/debug/deps/libimage-1a9641b527279448.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-eca6c0c4d231bd1a.rlib" "/opt/crater/target/debug/deps/libgif-c578443aa096985a.rlib" "/opt/crater/target/debug/deps/libcolor_quant-5c0942c00416f084.rlib" "/opt/crater/target/debug/deps/liblzw-623507a6e6e9c8a7.rlib" "/opt/crater/target/debug/deps/libjpeg_decoder-f4cf2aaac042083b.rlib" "/opt/crater/target/debug/deps/librayon-2ec1357ea6dfa4bb.rlib" "/opt/crater/target/debug/deps/librayon_core-d94e2c45df6d61b3.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-2589c79105784e0d.rlib" "/opt/crater/target/debug/deps/libeither-0991b1b51775eba9.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-3a8837810abbdf66.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-8ce32638c5f827b5.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libmemoffset-d44318d335d18b97.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/libarrayvec-1cff3f0e2df954b3.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libpng-fc083658bd56fa14.rlib" "/opt/crater/target/debug/deps/libdeflate-9364b840f59ebc68.rlib" "/opt/crater/target/debug/deps/libadler32-b7013a55566e2bf0.rlib" "/opt/crater/target/debug/deps/libinflate-b9cb457f0236a368.rlib" "/opt/crater/target/debug/deps/libenum_primitive-fbf5da8bf0e45735.rlib" "/opt/crater/target/debug/deps/libnum_traits-85d0e05aa2cc3298.rlib" "/opt/crater/target/debug/deps/libnum_rational-7f9a994db524a260.rlib" "/opt/crater/target/debug/deps/libnum_bigint-c884bc4bdfa60794.rlib" "/opt/crater/target/debug/deps/librustc_serialize-fc0a027b4489f806.rlib" "/opt/crater/target/debug/deps/libnum_iter-161e13ffd3321f27.rlib" "/opt/crater/target/debug/deps/libnum_integer-440f23443e3e87b1.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libglium-f9565c0686d39b46.rlib" "/opt/crater/target/debug/deps/libglutin-82628bcb397707aa.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-2309cbf7a73bb857.rlib" "/opt/crater/target/debug/deps/libwinit-b382931c56da2487.rlib" "/opt/crater/target/debug/deps/libwayland_window-376c9e86fd9c72eb.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-a09b64938252109f.rlib" "/opt/crater/target/debug/deps/libtempfile-06fec63a0af00e8e.rlib" "/opt/crater/target/debug/deps/librand-5eda43279f0ef45c.rlib" "/opt/crater/target/debug/deps/librand-7efbcbd89944bda6.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libwayland_kbd-cd2779acdb051f42.rlib" "/opt/crater/target/debug/deps/libmemmap-ed9ac0a143e9a41f.rlib" "/opt/crater/target/debug/deps/libbitflags-b03ee8d07369378c.rlib" "/opt/crater/target/debug/deps/libwayland_client-0c530cd90515560a.rlib" "/opt/crater/target/debug/deps/libwayland_sys-218d2b26cc6fb4c7.rlib" "/opt/crater/target/debug/deps/libdlib-9130fdf06b456ce6.rlib" "/opt/crater/target/debug/deps/liblibloading-223fab507e624d42.rlib" "/opt/crater/target/debug/deps/libbitflags-87aacccedafc3e9f.rlib" "/opt/crater/target/debug/deps/libx11_dl-cb5af28286ce0b15.rlib" "/opt/crater/target/debug/deps/libmaybe_uninit-90d213521f6bd9d5.rlib" "/opt/crater/target/debug/deps/libshared_library-e715ec3127461678.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libsmallvec-6245f8076f8a4318.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/liblazy_static-8e8f275d3efea5b8.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: Cannot allocate memory [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `gltile`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "87a4163a8af0a18c19d91900403dc564f007fc3eb00eff0102eb8a3421d1c21d"` [INFO] running `"docker" "rm" "-f" "87a4163a8af0a18c19d91900403dc564f007fc3eb00eff0102eb8a3421d1c21d"` [INFO] [stdout] 87a4163a8af0a18c19d91900403dc564f007fc3eb00eff0102eb8a3421d1c21d