[INFO] updating cached repository https://github.com/not-fl3/ld46 [INFO] running `"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"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f9d36c14b65f6b501de80d178fda7e1add3ddd5a [INFO] testing not-fl3/ld46 against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnot-fl3%2Fld46" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/not-fl3/ld46 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/not-fl3/ld46 [INFO] finished tweaking git repo https://github.com/not-fl3/ld46 [INFO] tweaked toml for git repo https://github.com/not-fl3/ld46 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/not-fl3/ld46 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2318a76a020ba20d2b642f24cf783d23c931450c62f58a67177e26e652911c91 [INFO] running `"docker" "start" "-a" "2318a76a020ba20d2b642f24cf783d23c931450c62f58a67177e26e652911c91"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling sapp-linux v0.1.7 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling macroquad_macro v0.1.0 (https://github.com/not-fl3/macroquad.git?branch=0.2#5f99f27e) [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling glam v0.8.6 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling png v0.15.3 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling rusttype v0.8.3 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling image v0.22.5 [INFO] [stderr] Compiling miniquad v0.2.55 [INFO] [stderr] Compiling miniquad_text_rusttype v0.1.1 [INFO] [stderr] Compiling megaui v0.2.1 [INFO] [stderr] Compiling quad-gl v0.1.3 [INFO] [stderr] Compiling macroquad v0.2.0-alpha.0 (https://github.com/not-fl3/macroquad.git?branch=0.2#5f99f27e) [INFO] [stderr] Compiling ld46 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `tree_length` [INFO] [stderr] --> src/main.rs:194:9 [INFO] [stderr] | [INFO] [stderr] 194 | tree_length, [INFO] [stderr] | ^^^^^^^^^^^ help: try ignoring the field: `tree_length: _` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `arc_len` [INFO] [stderr] --> src/main.rs:199:9 [INFO] [stderr] | [INFO] [stderr] 199 | let arc_len = 2. * std::f32::consts::PI * planet_radius; [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_arc_len` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `a1` [INFO] [stderr] --> src/main.rs:202:9 [INFO] [stderr] | [INFO] [stderr] 202 | let a1 = a0 + 0.001; [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_a1` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `p1` [INFO] [stderr] --> src/main.rs:205:13 [INFO] [stderr] | [INFO] [stderr] 205 | let p1 = vec2( [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_p1` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `line_thikness` [INFO] [stderr] --> src/main.rs:192:68 [INFO] [stderr] | [INFO] [stderr] 192 | fn draw_tree(planet_center: Vec2, planet_radius: f32, tree: &Tree, line_thikness: f32) { [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_line_thikness` [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.90s [INFO] running `"docker" "inspect" "2318a76a020ba20d2b642f24cf783d23c931450c62f58a67177e26e652911c91"` [INFO] running `"docker" "rm" "-f" "2318a76a020ba20d2b642f24cf783d23c931450c62f58a67177e26e652911c91"` [INFO] [stdout] 2318a76a020ba20d2b642f24cf783d23c931450c62f58a67177e26e652911c91 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7b043370310119f39a2c9b994ba138d33b1c5b9945f40c97358da79a4542675c [INFO] running `"docker" "start" "-a" "7b043370310119f39a2c9b994ba138d33b1c5b9945f40c97358da79a4542675c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling ld46 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `tree_length` [INFO] [stderr] --> src/main.rs:194:9 [INFO] [stderr] | [INFO] [stderr] 194 | tree_length, [INFO] [stderr] | ^^^^^^^^^^^ help: try ignoring the field: `tree_length: _` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `arc_len` [INFO] [stderr] --> src/main.rs:199:9 [INFO] [stderr] | [INFO] [stderr] 199 | let arc_len = 2. * std::f32::consts::PI * planet_radius; [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_arc_len` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `a1` [INFO] [stderr] --> src/main.rs:202:9 [INFO] [stderr] | [INFO] [stderr] 202 | let a1 = a0 + 0.001; [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_a1` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `p1` [INFO] [stderr] --> src/main.rs:205:13 [INFO] [stderr] | [INFO] [stderr] 205 | let p1 = vec2( [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_p1` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `line_thikness` [INFO] [stderr] --> src/main.rs:192:68 [INFO] [stderr] | [INFO] [stderr] 192 | fn draw_tree(planet_center: Vec2, planet_radius: f32, tree: &Tree, line_thikness: f32) { [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_line_thikness` [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.79s [INFO] running `"docker" "inspect" "7b043370310119f39a2c9b994ba138d33b1c5b9945f40c97358da79a4542675c"` [INFO] running `"docker" "rm" "-f" "7b043370310119f39a2c9b994ba138d33b1c5b9945f40c97358da79a4542675c"` [INFO] [stdout] 7b043370310119f39a2c9b994ba138d33b1c5b9945f40c97358da79a4542675c [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9f8336977be7e88ba29bd1dcf9f545e52a54ddbde6ff467f0acc98df9fdefb6c [INFO] running `"docker" "start" "-a" "9f8336977be7e88ba29bd1dcf9f545e52a54ddbde6ff467f0acc98df9fdefb6c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused variable: `tree_length` [INFO] [stderr] --> src/main.rs:194:9 [INFO] [stderr] | [INFO] [stderr] 194 | tree_length, [INFO] [stderr] | ^^^^^^^^^^^ help: try ignoring the field: `tree_length: _` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `arc_len` [INFO] [stderr] --> src/main.rs:199:9 [INFO] [stderr] | [INFO] [stderr] 199 | let arc_len = 2. * std::f32::consts::PI * planet_radius; [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_arc_len` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `a1` [INFO] [stderr] --> src/main.rs:202:9 [INFO] [stderr] | [INFO] [stderr] 202 | let a1 = a0 + 0.001; [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_a1` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `p1` [INFO] [stderr] --> src/main.rs:205:13 [INFO] [stderr] | [INFO] [stderr] 205 | let p1 = vec2( [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_p1` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `line_thikness` [INFO] [stderr] --> src/main.rs:192:68 [INFO] [stderr] | [INFO] [stderr] 192 | fn draw_tree(planet_center: Vec2, planet_radius: f32, tree: &Tree, line_thikness: f32) { [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_line_thikness` [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ld46-f5b786965bb1cb81 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "9f8336977be7e88ba29bd1dcf9f545e52a54ddbde6ff467f0acc98df9fdefb6c"` [INFO] running `"docker" "rm" "-f" "9f8336977be7e88ba29bd1dcf9f545e52a54ddbde6ff467f0acc98df9fdefb6c"` [INFO] [stdout] 9f8336977be7e88ba29bd1dcf9f545e52a54ddbde6ff467f0acc98df9fdefb6c