[INFO] crate texel 0.1.1 is already in cache [INFO] testing texel-0.1.1 against 1.44.0 for beta-1.45-1 [INFO] extracting crate texel 0.1.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate texel 0.1.1 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate texel 0.1.1 [INFO] finished tweaking crates.io crate texel 0.1.1 [INFO] tweaked toml for crates.io crate texel 0.1.1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate texel 0.1.1 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] 1fefeb671a4d9b8cfaf99d9658173f0551974204642840bee3b0fac7bca39bc8 [INFO] running `"docker" "start" "-a" "1fefeb671a4d9b8cfaf99d9658173f0551974204642840bee3b0fac7bca39bc8"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling ppv-lite86 v0.2.5 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling rayon-core v1.6.0 [INFO] [stderr] Compiling strsim v0.9.2 [INFO] [stderr] Compiling autocfg v0.1.6 [INFO] [stderr] Compiling serde v1.0.103 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling bit-vec v0.5.1 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling mopa v0.2.2 [INFO] [stderr] Compiling atom v0.3.5 [INFO] [stderr] Compiling smallvec v0.6.10 [INFO] [stderr] Compiling tuple_utils v0.3.0 [INFO] [stderr] Compiling shrev v1.1.1 [INFO] [stderr] Compiling rle-decode-fast v1.0.1 [INFO] [stderr] Compiling numtoa v0.1.0 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Compiling bit-set v0.5.1 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling libflate v0.1.27 [INFO] [stderr] Compiling hashbrown v0.6.0 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling termion v1.5.4 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling rayon v1.2.0 [INFO] [stderr] Compiling hibitset v0.6.2 [INFO] [stderr] Compiling derivative v1.0.3 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling proc-macro-hack v0.5.9 [INFO] [stderr] Compiling serde_derive v1.0.103 [INFO] [stderr] Compiling const-random-macro v0.1.6 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling const-random v0.1.6 [INFO] [stderr] Compiling ahash v0.2.13 [INFO] [stderr] Compiling shred v0.9.3 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling big_enum_set_derive v0.1.2 [INFO] [stderr] Compiling specs v0.15.1 [INFO] [stderr] Compiling big_enum_set v0.1.3 [INFO] [stderr] Compiling ron v0.5.1 [INFO] [stderr] Compiling texel_types v1.0.1 [INFO] [stderr] Compiling texel v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `which` [INFO] [stderr] --> src/systems/action_handler.rs:278:5 [INFO] [stderr] | [INFO] [stderr] 278 | which: Which, // TODO: absolute position selection via mouse [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_which` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 41s [INFO] running `"docker" "inspect" "1fefeb671a4d9b8cfaf99d9658173f0551974204642840bee3b0fac7bca39bc8"` [INFO] running `"docker" "rm" "-f" "1fefeb671a4d9b8cfaf99d9658173f0551974204642840bee3b0fac7bca39bc8"` [INFO] [stdout] 1fefeb671a4d9b8cfaf99d9658173f0551974204642840bee3b0fac7bca39bc8 [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] [stdout] f942fa92e465cb48b14b1602f83cf4838e381cab529362e42ed050357a06f46d [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" "f942fa92e465cb48b14b1602f83cf4838e381cab529362e42ed050357a06f46d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling texel v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `which` [INFO] [stderr] --> src/systems/action_handler.rs:278:5 [INFO] [stderr] | [INFO] [stderr] 278 | which: Which, // TODO: absolute position selection via mouse [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_which` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.98s [INFO] running `"docker" "inspect" "f942fa92e465cb48b14b1602f83cf4838e381cab529362e42ed050357a06f46d"` [INFO] running `"docker" "rm" "-f" "f942fa92e465cb48b14b1602f83cf4838e381cab529362e42ed050357a06f46d"` [INFO] [stdout] f942fa92e465cb48b14b1602f83cf4838e381cab529362e42ed050357a06f46d [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] be6d963d27175d3e1f0720d5065da4e83fe3f7dbe061124118418a68f7e98ec1 [INFO] running `"docker" "start" "-a" "be6d963d27175d3e1f0720d5065da4e83fe3f7dbe061124118418a68f7e98ec1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused variable: `which` [INFO] [stderr] --> src/systems/action_handler.rs:278:5 [INFO] [stderr] | [INFO] [stderr] 278 | which: Which, // TODO: absolute position selection via mouse [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_which` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/texel-2f69fce70b39cc08 [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" "be6d963d27175d3e1f0720d5065da4e83fe3f7dbe061124118418a68f7e98ec1"` [INFO] running `"docker" "rm" "-f" "be6d963d27175d3e1f0720d5065da4e83fe3f7dbe061124118418a68f7e98ec1"` [INFO] [stdout] be6d963d27175d3e1f0720d5065da4e83fe3f7dbe061124118418a68f7e98ec1