[INFO] updating cached repository https://github.com/Wint3rmute/tiler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5d66ed8c2b4af5c955bb62b296c75695b39d4c77 [INFO] testing Wint3rmute/tiler/5d66ed8c2b4af5c955bb62b296c75695b39d4c77 against beta-2024-09-05 for beta-1.82-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWint3rmute%2Ftiler" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Wint3rmute/tiler on toolchain beta-2024-09-05 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-09-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Wint3rmute/tiler [INFO] finished tweaking git repo https://github.com/Wint3rmute/tiler [INFO] tweaked toml for git repo https://github.com/Wint3rmute/tiler written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/Wint3rmute/tiler already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-09-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-09-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c1d58e9c5b8400d4d9e34598cef7a6f4b635735f1f3ce7740baf3dfee7ba57de [INFO] running `Command { std: "docker" "start" "-a" "c1d58e9c5b8400d4d9e34598cef7a6f4b635735f1f3ce7740baf3dfee7ba57de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c1d58e9c5b8400d4d9e34598cef7a6f4b635735f1f3ce7740baf3dfee7ba57de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1d58e9c5b8400d4d9e34598cef7a6f4b635735f1f3ce7740baf3dfee7ba57de", kill_on_drop: false }` [INFO] [stdout] c1d58e9c5b8400d4d9e34598cef7a6f4b635735f1f3ce7740baf3dfee7ba57de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-09-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bc0a7176afb1a4a33d44bf19936c8f102d7b296d63e55065f5f9c1a1dde220ce [INFO] running `Command { std: "docker" "start" "-a" "bc0a7176afb1a4a33d44bf19936c8f102d7b296d63e55065f5f9c1a1dde220ce", kill_on_drop: false }` [INFO] [stderr] Compiling cmd_lib v0.7.8 [INFO] [stderr] Compiling tiler v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:19:45 [INFO] [stdout] | [INFO] [stdout] 19 | (1920 as f32 * $width as f32) as i16; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/layouts.rs:22:21 [INFO] [stdout] | [INFO] [stdout] 22 | self.left = wp!((1.0 - width_percent) / 2.0); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = note: this warning originates in the macro `wp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:19:45 [INFO] [stdout] | [INFO] [stdout] 19 | (1920 as f32 * $width as f32) as i16; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/layouts.rs:23:22 [INFO] [stdout] | [INFO] [stdout] 23 | self.width = wp!(width_percent); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `wp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:12:46 [INFO] [stdout] | [INFO] [stdout] 12 | (1080 as f32 * $height as f32) as i16; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/layouts.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 27 | self.top = hp!((1.0 - height_percent) / 2.0); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `hp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:12:46 [INFO] [stdout] | [INFO] [stdout] 12 | (1080 as f32 * $height as f32) as i16; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/layouts.rs:28:23 [INFO] [stdout] | [INFO] [stdout] 28 | self.height = hp!(height_percent); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `hp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:19:45 [INFO] [stdout] | [INFO] [stdout] 19 | (1920 as f32 * $width as f32) as i16; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/layouts.rs:63:24 [INFO] [stdout] | [INFO] [stdout] 63 | window_left.left = wp!(left_margin); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `wp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:19:45 [INFO] [stdout] | [INFO] [stdout] 19 | (1920 as f32 * $width as f32) as i16; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/layouts.rs:64:25 [INFO] [stdout] | [INFO] [stdout] 64 | window_right.left = wp!(left_margin * 2.0 + width_perc); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `wp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:19:45 [INFO] [stdout] | [INFO] [stdout] 19 | (1920 as f32 * $width as f32) as i16; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/layouts.rs:66:25 [INFO] [stdout] | [INFO] [stdout] 66 | window_left.width = wp!(width_perc); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `wp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:19:45 [INFO] [stdout] | [INFO] [stdout] 19 | (1920 as f32 * $width as f32) as i16; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/layouts.rs:67:26 [INFO] [stdout] | [INFO] [stdout] 67 | window_right.width = wp!(width_perc); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `wp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:19:45 [INFO] [stdout] | [INFO] [stdout] 19 | (1920 as f32 * $width as f32) as i16; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/layouts.rs:105:24 [INFO] [stdout] | [INFO] [stdout] 105 | left_window.left = wp!(margin_horizontal_perc); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `wp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:19:45 [INFO] [stdout] | [INFO] [stdout] 19 | (1920 as f32 * $width as f32) as i16; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/layouts.rs:106:25 [INFO] [stdout] | [INFO] [stdout] 106 | left_window.width = wp!(0.5 - margin_horizontal_perc * 1.5); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `wp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:12:46 [INFO] [stdout] | [INFO] [stdout] 12 | (1080 as f32 * $height as f32) as i16; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/layouts.rs:108:23 [INFO] [stdout] | [INFO] [stdout] 108 | left_window.top = hp!(margin_vertical_perc); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `hp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:12:46 [INFO] [stdout] | [INFO] [stdout] 12 | (1080 as f32 * $height as f32) as i16; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/layouts.rs:109:26 [INFO] [stdout] | [INFO] [stdout] 109 | left_window.height = hp!(1.0 - 2.0 * margin_vertical_perc); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `hp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:19:45 [INFO] [stdout] | [INFO] [stdout] 19 | (1920 as f32 * $width as f32) as i16; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/layouts.rs:113:23 [INFO] [stdout] | [INFO] [stdout] 113 | top_window.left = wp!(0.5 + margin_horizontal_perc * 0.5); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `wp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:19:45 [INFO] [stdout] | [INFO] [stdout] 19 | (1920 as f32 * $width as f32) as i16; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/layouts.rs:114:24 [INFO] [stdout] | [INFO] [stdout] 114 | top_window.width = wp!(0.5 - margin_horizontal_perc * 1.5); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `wp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:12:46 [INFO] [stdout] | [INFO] [stdout] 12 | (1080 as f32 * $height as f32) as i16; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/layouts.rs:116:22 [INFO] [stdout] | [INFO] [stdout] 116 | top_window.top = hp!(margin_vertical_perc); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `hp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:12:46 [INFO] [stdout] | [INFO] [stdout] 12 | (1080 as f32 * $height as f32) as i16; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/layouts.rs:117:25 [INFO] [stdout] | [INFO] [stdout] 117 | top_window.height = hp!(0.5 - margin_vertical_perc * 1.5); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `hp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:19:45 [INFO] [stdout] | [INFO] [stdout] 19 | (1920 as f32 * $width as f32) as i16; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/layouts.rs:120:26 [INFO] [stdout] | [INFO] [stdout] 120 | bottom_window.left = wp!(0.5 + margin_horizontal_perc * 0.5); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `wp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:19:45 [INFO] [stdout] | [INFO] [stdout] 19 | (1920 as f32 * $width as f32) as i16; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/layouts.rs:121:27 [INFO] [stdout] | [INFO] [stdout] 121 | bottom_window.width = wp!(0.5 - margin_horizontal_perc * 1.5); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `wp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:12:46 [INFO] [stdout] | [INFO] [stdout] 12 | (1080 as f32 * $height as f32) as i16; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/layouts.rs:123:25 [INFO] [stdout] | [INFO] [stdout] 123 | bottom_window.top = hp!(0.5 + margin_vertical_perc * 0.5); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `hp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:12:46 [INFO] [stdout] | [INFO] [stdout] 12 | (1080 as f32 * $height as f32) as i16; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/layouts.rs:124:28 [INFO] [stdout] | [INFO] [stdout] 124 | bottom_window.height = hp!(0.5 - margin_vertical_perc * 1.5); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `hp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/beta-2024-09-05-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/beta-2024-09-05-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/beta-2024-09-05-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcY0C4uI/symbols.o" "/opt/rustwide/target/debug/deps/tiler-e46a5fa741cd0a9d.tiler.4d5bd4351534b7b9-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/tiler-e46a5fa741cd0a9d.tiler.4d5bd4351534b7b9-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/tiler-e46a5fa741cd0a9d.tiler.4d5bd4351534b7b9-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/tiler-e46a5fa741cd0a9d.tiler.4d5bd4351534b7b9-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/tiler-e46a5fa741cd0a9d.tiler.4d5bd4351534b7b9-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/tiler-e46a5fa741cd0a9d.tiler.4d5bd4351534b7b9-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/tiler-e46a5fa741cd0a9d.e3kzo2cj8tgqabfn7y7u636sa.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcmd_lib-29fc1ed49d1db7dd.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-09-05-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ddfa30f5b2dff88d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-09-05-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d58ba3f1cf32ddd2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-09-05-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-2dbef2699a18c754.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-09-05-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-5b026333cdfb63da.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-09-05-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-113c49093f0fcc2b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-09-05-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-019e23faa7643465.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-09-05-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-2cf2c3dfc6c03f4d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-09-05-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-901a4b8bab9b89aa.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-09-05-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-85120886601cc0a9.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-09-05-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-1470e1ba5156a741.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-09-05-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-4885f4c688995969.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-09-05-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-1d696803940285c8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-09-05-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e21bf89e627e698a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-09-05-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-33f46c78576842ef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-09-05-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-17be2b16923e3bb8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-09-05-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-567de79732361682.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-09-05-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-4cf833632aafa84c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-09-05-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-65c2c6d2d6ae570b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-09-05-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-aa3eb6fd597e79f5.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2024-09-05-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/tiler-e46a5fa741cd0a9d" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error; 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tiler` (bin "tiler") due to 2 previous errors; 40 warnings emitted [INFO] running `Command { std: "docker" "inspect" "bc0a7176afb1a4a33d44bf19936c8f102d7b296d63e55065f5f9c1a1dde220ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc0a7176afb1a4a33d44bf19936c8f102d7b296d63e55065f5f9c1a1dde220ce", kill_on_drop: false }` [INFO] [stdout] bc0a7176afb1a4a33d44bf19936c8f102d7b296d63e55065f5f9c1a1dde220ce