[INFO] updating cached repository https://github.com/shreeyag11/dip-app-copy [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] 2274760d090ba1c0ecc304040a33940b11c8bfb6 [INFO] testing shreeyag11/dip-app-copy against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshreeyag11%2Fdip-app-copy" "/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/shreeyag11/dip-app-copy 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/shreeyag11/dip-app-copy [INFO] finished tweaking git repo https://github.com/shreeyag11/dip-app-copy [INFO] tweaked toml for git repo https://github.com/shreeyag11/dip-app-copy written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/shreeyag11/dip-app-copy 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-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" "+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] 6ad65e7fb0ded2a6e4ed1cb15e8d71c7187841478318f3c4270bebfc410c9d7d [INFO] running `"docker" "start" "-a" "6ad65e7fb0ded2a6e4ed1cb15e8d71c7187841478318f3c4270bebfc410c9d7d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.19 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.62 [INFO] [stderr] Compiling serde v1.0.110 [INFO] [stderr] Compiling ryu v1.0.4 [INFO] [stderr] Compiling bumpalo v3.2.1 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling wasm-bindgen v0.2.62 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.62 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling serde_derive v1.0.110 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.62 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.62 [INFO] [stderr] Compiling js-sys v0.3.39 [INFO] [stderr] Compiling console_error_panic_hook v0.1.6 [INFO] [stderr] Compiling web-sys v0.3.39 [INFO] [stderr] Compiling dip-lib v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `pixels` [INFO] [stderr] --> src/lib.rs:200:22 [INFO] [stderr] | [INFO] [stderr] 200 | pub fn render_pixels(pixels: Vec, selector: &str) -> Result<(), ()> { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_pixels` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `selector` [INFO] [stderr] --> src/lib.rs:200:39 [INFO] [stderr] | [INFO] [stderr] 200 | pub fn render_pixels(pixels: Vec, selector: &str) -> Result<(), ()> { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_selector` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 54.09s [INFO] running `"docker" "inspect" "6ad65e7fb0ded2a6e4ed1cb15e8d71c7187841478318f3c4270bebfc410c9d7d"` [INFO] running `"docker" "rm" "-f" "6ad65e7fb0ded2a6e4ed1cb15e8d71c7187841478318f3c4270bebfc410c9d7d"` [INFO] [stdout] 6ad65e7fb0ded2a6e4ed1cb15e8d71c7187841478318f3c4270bebfc410c9d7d [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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stdout] 760659e239936cb1cd2d2af4c5b34bbb52e9c61eb4295736b32bc29c2f30b59f [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" "760659e239936cb1cd2d2af4c5b34bbb52e9c61eb4295736b32bc29c2f30b59f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling dip-lib v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `pixels` [INFO] [stderr] --> src/lib.rs:200:22 [INFO] [stderr] | [INFO] [stderr] 200 | pub fn render_pixels(pixels: Vec, selector: &str) -> Result<(), ()> { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_pixels` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `selector` [INFO] [stderr] --> src/lib.rs:200:39 [INFO] [stderr] | [INFO] [stderr] 200 | pub fn render_pixels(pixels: Vec, selector: &str) -> Result<(), ()> { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_selector` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.62s [INFO] running `"docker" "inspect" "760659e239936cb1cd2d2af4c5b34bbb52e9c61eb4295736b32bc29c2f30b59f"` [INFO] running `"docker" "rm" "-f" "760659e239936cb1cd2d2af4c5b34bbb52e9c61eb4295736b32bc29c2f30b59f"` [INFO] [stdout] 760659e239936cb1cd2d2af4c5b34bbb52e9c61eb4295736b32bc29c2f30b59f [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" "+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] fdf8372765dd3e287bfb6ce9909e9e6a8ac9dbf6b9a401cfa0e5c38838c3de78 [INFO] running `"docker" "start" "-a" "fdf8372765dd3e287bfb6ce9909e9e6a8ac9dbf6b9a401cfa0e5c38838c3de78"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused variable: `pixels` [INFO] [stderr] --> src/lib.rs:200:22 [INFO] [stderr] | [INFO] [stderr] 200 | pub fn render_pixels(pixels: Vec, selector: &str) -> Result<(), ()> { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_pixels` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `selector` [INFO] [stderr] --> src/lib.rs:200:39 [INFO] [stderr] | [INFO] [stderr] 200 | pub fn render_pixels(pixels: Vec, selector: &str) -> Result<(), ()> { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_selector` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/dip_lib-a6f0b42bbdd2e663 [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" "fdf8372765dd3e287bfb6ce9909e9e6a8ac9dbf6b9a401cfa0e5c38838c3de78"` [INFO] running `"docker" "rm" "-f" "fdf8372765dd3e287bfb6ce9909e9e6a8ac9dbf6b9a401cfa0e5c38838c3de78"` [INFO] [stdout] fdf8372765dd3e287bfb6ce9909e9e6a8ac9dbf6b9a401cfa0e5c38838c3de78