[INFO] updating cached repository https://github.com/jntx/wasm-processing-test [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] 5e706e3a4d2385b0ed5e58637e6b2a0164a89ce6 [INFO] testing jntx/wasm-processing-test against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjntx%2Fwasm-processing-test" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jntx/wasm-processing-test on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jntx/wasm-processing-test [INFO] finished tweaking git repo https://github.com/jntx/wasm-processing-test [INFO] tweaked toml for git repo https://github.com/jntx/wasm-processing-test written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/jntx/wasm-processing-test already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] b95e95a18af9097b22024044f3ca94aabb144b47b51eee6453347d734eebd74a [INFO] running `"docker" "start" "-a" "b95e95a18af9097b22024044f3ca94aabb144b47b51eee6453347d734eebd74a"` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.48 [INFO] [stderr] Compiling syn v0.15.40 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.48 [INFO] [stderr] Compiling log v0.4.7 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.48 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.48 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.48 [INFO] [stderr] Compiling wasm-processing-test v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `w` [INFO] [stderr] --> src/lib.rs:26:6 [INFO] [stderr] | [INFO] [stderr] 26 | let w: f64 = max_width as f64; [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_w` [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 35.55s [INFO] running `"docker" "inspect" "b95e95a18af9097b22024044f3ca94aabb144b47b51eee6453347d734eebd74a"` [INFO] running `"docker" "rm" "-f" "b95e95a18af9097b22024044f3ca94aabb144b47b51eee6453347d734eebd74a"` [INFO] [stdout] b95e95a18af9097b22024044f3ca94aabb144b47b51eee6453347d734eebd74a [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] 98995abc629586145ef6da0828ec9d84978f4d9ff2b535d51a155abc025a1ce4 [INFO] running `"docker" "start" "-a" "98995abc629586145ef6da0828ec9d84978f4d9ff2b535d51a155abc025a1ce4"` [INFO] [stderr] Compiling wasm-processing-test v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `w` [INFO] [stderr] --> src/lib.rs:26:6 [INFO] [stderr] | [INFO] [stderr] 26 | let w: f64 = max_width as f64; [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_w` [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.90s [INFO] running `"docker" "inspect" "98995abc629586145ef6da0828ec9d84978f4d9ff2b535d51a155abc025a1ce4"` [INFO] running `"docker" "rm" "-f" "98995abc629586145ef6da0828ec9d84978f4d9ff2b535d51a155abc025a1ce4"` [INFO] [stdout] 98995abc629586145ef6da0828ec9d84978f4d9ff2b535d51a155abc025a1ce4 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] 57f78999b229dc5329b3a958f5e3ea9bebc906914e1c3cfa3bfba3bf3721d366 [INFO] running `"docker" "start" "-a" "57f78999b229dc5329b3a958f5e3ea9bebc906914e1c3cfa3bfba3bf3721d366"` [INFO] [stderr] warning: unused variable: `w` [INFO] [stderr] --> src/lib.rs:26:6 [INFO] [stderr] | [INFO] [stderr] 26 | let w: f64 = max_width as f64; [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_w` [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.18s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/wasm_processing_test-9947889cbd64fd34 [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" "57f78999b229dc5329b3a958f5e3ea9bebc906914e1c3cfa3bfba3bf3721d366"` [INFO] running `"docker" "rm" "-f" "57f78999b229dc5329b3a958f5e3ea9bebc906914e1c3cfa3bfba3bf3721d366"` [INFO] [stdout] 57f78999b229dc5329b3a958f5e3ea9bebc906914e1c3cfa3bfba3bf3721d366