[INFO] updating cached repository https://github.com/Christian7573/papyrus-isometric-renderer [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] 288d95aed1757cfe83ee774dd7dc02ce2af011f9 [INFO] testing Christian7573/papyrus-isometric-renderer against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChristian7573%2Fpapyrus-isometric-renderer" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Christian7573/papyrus-isometric-renderer on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Christian7573/papyrus-isometric-renderer [INFO] finished tweaking git repo https://github.com/Christian7573/papyrus-isometric-renderer [INFO] tweaked toml for git repo https://github.com/Christian7573/papyrus-isometric-renderer written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/Christian7573/papyrus-isometric-renderer already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+beta-2020-06-03" "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] a08cd50afe27aaa693799eee847bceabcf63a2894a2b27b073bec34a22b99320 [INFO] running `"docker" "start" "-a" "a08cd50afe27aaa693799eee847bceabcf63a2894a2b27b073bec34a22b99320"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling log v0.4.7 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling stb_truetype v0.2.6 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling derivative v1.0.2 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Compiling png v0.15.0 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling wayland-sys v0.21.13 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling glutin_egl_sys v0.1.3 [INFO] [stderr] Compiling glium v0.25.1 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling rusttype v0.7.7 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling wayland-commons v0.21.13 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling winit v0.19.1 [INFO] [stderr] Compiling glutin v0.21.0 [INFO] [stderr] Compiling papyrus_isometric v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `verteci` [INFO] [stderr] --> src/main.rs:32:9 [INFO] [stderr] | [INFO] [stderr] 32 | let verteci = glium::VertexBuffer::new(&headless, &[ [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_verteci` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `indexi` [INFO] [stderr] --> src/main.rs:40:9 [INFO] [stderr] | [INFO] [stderr] 40 | let indexi = glium::IndexBuffer::new(&headless, glium::index::PrimitiveType::TrianglesList, &indexi); [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_indexi` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 05s [INFO] running `"docker" "inspect" "a08cd50afe27aaa693799eee847bceabcf63a2894a2b27b073bec34a22b99320"` [INFO] running `"docker" "rm" "-f" "a08cd50afe27aaa693799eee847bceabcf63a2894a2b27b073bec34a22b99320"` [INFO] [stdout] a08cd50afe27aaa693799eee847bceabcf63a2894a2b27b073bec34a22b99320 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stdout] e9340fd887069d3bd8a5d3903b65d3d08e356f9edecbef2cad40c84b7538e11e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "e9340fd887069d3bd8a5d3903b65d3d08e356f9edecbef2cad40c84b7538e11e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling papyrus_isometric v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `verteci` [INFO] [stderr] --> src/main.rs:32:9 [INFO] [stderr] | [INFO] [stderr] 32 | let verteci = glium::VertexBuffer::new(&headless, &[ [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_verteci` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `indexi` [INFO] [stderr] --> src/main.rs:40:9 [INFO] [stderr] | [INFO] [stderr] 40 | let indexi = glium::IndexBuffer::new(&headless, glium::index::PrimitiveType::TrianglesList, &indexi); [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_indexi` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.13s [INFO] running `"docker" "inspect" "e9340fd887069d3bd8a5d3903b65d3d08e356f9edecbef2cad40c84b7538e11e"` [INFO] running `"docker" "rm" "-f" "e9340fd887069d3bd8a5d3903b65d3d08e356f9edecbef2cad40c84b7538e11e"` [INFO] [stdout] e9340fd887069d3bd8a5d3903b65d3d08e356f9edecbef2cad40c84b7538e11e [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+beta-2020-06-03" "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] ad0d4b481dae935bba987fd8e5ab5250c9ad5d4ca0c3ec6eeba712bf5ef8aba7 [INFO] running `"docker" "start" "-a" "ad0d4b481dae935bba987fd8e5ab5250c9ad5d4ca0c3ec6eeba712bf5ef8aba7"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused variable: `verteci` [INFO] [stderr] --> src/main.rs:32:9 [INFO] [stderr] | [INFO] [stderr] 32 | let verteci = glium::VertexBuffer::new(&headless, &[ [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_verteci` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `indexi` [INFO] [stderr] --> src/main.rs:40:9 [INFO] [stderr] | [INFO] [stderr] 40 | let indexi = glium::IndexBuffer::new(&headless, glium::index::PrimitiveType::TrianglesList, &indexi); [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_indexi` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.23s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/papyrus_isometric-dd85ead6912b6389 [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" "ad0d4b481dae935bba987fd8e5ab5250c9ad5d4ca0c3ec6eeba712bf5ef8aba7"` [INFO] running `"docker" "rm" "-f" "ad0d4b481dae935bba987fd8e5ab5250c9ad5d4ca0c3ec6eeba712bf5ef8aba7"` [INFO] [stdout] ad0d4b481dae935bba987fd8e5ab5250c9ad5d4ca0c3ec6eeba712bf5ef8aba7