[INFO] cloning repository https://github.com/vidstige/plotter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vidstige/plotter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvidstige%2Fplotter", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvidstige%2Fplotter'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 66dbaad810dc98910070c2b010076df2f0a5d7bb [INFO] building vidstige/plotter against master#ad211ced81509462cdfe4c29ed10f97279a0acae for pr-135216 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvidstige%2Fplotter" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/vidstige/plotter on toolchain ad211ced81509462cdfe4c29ed10f97279a0acae [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/vidstige/plotter [INFO] finished tweaking git repo https://github.com/vidstige/plotter [INFO] tweaked toml for git repo https://github.com/vidstige/plotter written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/vidstige/plotter 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" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded wide v0.7.20 [INFO] [stderr] Downloaded nalgebra-glm v0.18.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6ccd8033e25ff1c7e5a470bb8e573d78df6080fb32b179fccacde5cc2f1bad13 [INFO] running `Command { std: "docker" "start" "-a" "6ccd8033e25ff1c7e5a470bb8e573d78df6080fb32b179fccacde5cc2f1bad13", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6ccd8033e25ff1c7e5a470bb8e573d78df6080fb32b179fccacde5cc2f1bad13", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ccd8033e25ff1c7e5a470bb8e573d78df6080fb32b179fccacde5cc2f1bad13", kill_on_drop: false }` [INFO] [stdout] 6ccd8033e25ff1c7e5a470bb8e573d78df6080fb32b179fccacde5cc2f1bad13 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9bf9fefce69ee6e5d3c72012be21060c0df7f348ef9d55295be2c380cfafa290 [INFO] running `Command { std: "docker" "start" "-a" "9bf9fefce69ee6e5d3c72012be21060c0df7f348ef9d55295be2c380cfafa290", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling bytemuck v1.16.0 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling safe_arch v0.7.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling matrixmultiply v0.3.8 [INFO] [stderr] Compiling miniz_oxide v0.7.3 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling wide v0.7.20 [INFO] [stderr] Compiling fdeflate v0.3.4 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling arrayref v0.3.7 [INFO] [stderr] Compiling strict-num v0.1.1 [INFO] [stderr] Compiling flate2 v1.0.30 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling tiny-skia-path v0.11.4 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling svg v0.17.0 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling png v0.17.13 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rand_distr v0.4.3 [INFO] [stderr] Compiling simba v0.8.1 [INFO] [stderr] Compiling tiny-skia v0.11.4 [INFO] [stderr] Compiling nalgebra v0.32.5 [INFO] [stderr] Compiling nalgebra-glm v0.18.0 [INFO] [stderr] Compiling plotter v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/buffer.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 8 | impl Buffer { [INFO] [stdout] | ----------- associated function in this implementation [INFO] [stdout] 9 | fn new(resolution: Resolution) -> Buffer { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `as_node` is never used [INFO] [stdout] --> src/paper.rs:37:4 [INFO] [stdout] | [INFO] [stdout] 37 | fn as_node(polyline: &Polyline2) -> String { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `add`, `distance_to`, `optimize`, and `save` are never used [INFO] [stdout] --> src/paper.rs:47:19 [INFO] [stdout] | [INFO] [stdout] 42 | impl Paper { [INFO] [stdout] | ---------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 47 | pub(crate) fn add(&mut self, polyline: Polyline2) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | fn distance_to(&self, point: Vec2, index: usize) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | pub(crate) fn optimize(&mut self) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 100 | pub(crate) fn save(self, filename: &str) -> io::Result<()> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `fs::File` [INFO] [stdout] --> src/main.rs:1:47 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{ops::{Sub, Add}, io::{self, Write}, fs::File, collections::VecDeque, f32::consts::TAU}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `distribution` [INFO] [stdout] --> src/main.rs:145:9 [INFO] [stdout] | [INFO] [stdout] 145 | let distribution = StandardNormal {}; [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_distribution` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `field` [INFO] [stdout] --> src/main.rs:146:9 [INFO] [stdout] | [INFO] [stdout] 146 | let field = Spiral::new(Vec2::zeros()); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_field` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `cross2` is never used [INFO] [stdout] --> src/main.rs:15:4 [INFO] [stdout] | [INFO] [stdout] 15 | fn cross2(vector: Vec2) -> Vec2 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `center` is never read [INFO] [stdout] --> src/main.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 19 | struct Spiral { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] 20 | center: Vec2, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `at` is never used [INFO] [stdout] --> src/main.rs:26:8 [INFO] [stdout] | [INFO] [stdout] 22 | impl Spiral { [INFO] [stdout] | ----------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 26 | fn at(&self, p: &Vec2) -> Vec2 { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `plotter` (bin "plotter"); 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/ad211ced81509462cdfe4c29ed10f97279a0acae/bin/rustc --crate-name plotter --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c22c089ca47dd938 -C extra-filename=-fe9c17c7f2c9c45c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern nalgebra_glm=/opt/rustwide/target/debug/deps/libnalgebra_glm-178cec31724085c6.rlib --extern plotter=/opt/rustwide/target/debug/deps/libplotter-b972dce19264efc9.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-fd6c683065d05a7f.rlib --extern rand_distr=/opt/rustwide/target/debug/deps/librand_distr-0d673048b9a9dc6d.rlib --extern svg=/opt/rustwide/target/debug/deps/libsvg-c7fecb9b7f398441.rlib --extern tiny_skia=/opt/rustwide/target/debug/deps/libtiny_skia-44107500882fcdc0.rlib --cap-lints=forbid` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "9bf9fefce69ee6e5d3c72012be21060c0df7f348ef9d55295be2c380cfafa290", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9bf9fefce69ee6e5d3c72012be21060c0df7f348ef9d55295be2c380cfafa290", kill_on_drop: false }` [INFO] [stdout] 9bf9fefce69ee6e5d3c72012be21060c0df7f348ef9d55295be2c380cfafa290