[INFO] updating cached repository https://github.com/Seiichi-Yahiro/fourier [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] bb18da16e1d17c751a982cccd096209990470274 [INFO] testing Seiichi-Yahiro/fourier against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSeiichi-Yahiro%2Ffourier" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Seiichi-Yahiro/fourier 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/Seiichi-Yahiro/fourier [INFO] finished tweaking git repo https://github.com/Seiichi-Yahiro/fourier [INFO] tweaked toml for git repo https://github.com/Seiichi-Yahiro/fourier written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/Seiichi-Yahiro/fourier 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-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] 1f419ef3b676f7faf504ebdbbc7fdf966ab274553bd9b703f8a5564627f7d41a [INFO] running `"docker" "start" "-a" "1f419ef3b676f7faf504ebdbbc7fdf966ab274553bd9b703f8a5564627f7d41a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.54 [INFO] [stderr] Compiling bumpalo v2.6.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.54 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num_cpus v1.11.0 [INFO] [stderr] Compiling rayon-core v1.6.0 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.54 [INFO] [stderr] Compiling rayon v1.2.0 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-bigint v0.2.3 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.54 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.54 [INFO] [stderr] Compiling wasm v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: function is never used: `dtf_parallel` [INFO] [stderr] --> src/wasm/lib.rs:85:4 [INFO] [stderr] | [INFO] [stderr] 85 | fn dtf_parallel(x: Vec) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.29s [INFO] running `"docker" "inspect" "1f419ef3b676f7faf504ebdbbc7fdf966ab274553bd9b703f8a5564627f7d41a"` [INFO] running `"docker" "rm" "-f" "1f419ef3b676f7faf504ebdbbc7fdf966ab274553bd9b703f8a5564627f7d41a"` [INFO] [stdout] 1f419ef3b676f7faf504ebdbbc7fdf966ab274553bd9b703f8a5564627f7d41a [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1b8cd1d39a8597f3eb8dcb9a2354ec92413d675385697eb3eb8eb502a6341d21 [INFO] running `"docker" "start" "-a" "1b8cd1d39a8597f3eb8dcb9a2354ec92413d675385697eb3eb8eb502a6341d21"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling wasm v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.63s [INFO] running `"docker" "inspect" "1b8cd1d39a8597f3eb8dcb9a2354ec92413d675385697eb3eb8eb502a6341d21"` [INFO] running `"docker" "rm" "-f" "1b8cd1d39a8597f3eb8dcb9a2354ec92413d675385697eb3eb8eb502a6341d21"` [INFO] [stdout] 1b8cd1d39a8597f3eb8dcb9a2354ec92413d675385697eb3eb8eb502a6341d21 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] 5a731a9d22ae619a0f7df228045d4105c871ccdce66820eb97adae4a71532936 [INFO] running `"docker" "start" "-a" "5a731a9d22ae619a0f7df228045d4105c871ccdce66820eb97adae4a71532936"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/wasm-764d3883704e0033 [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::test_dtf_parallel ... ok [INFO] [stdout] test tests::test_dtf ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "5a731a9d22ae619a0f7df228045d4105c871ccdce66820eb97adae4a71532936"` [INFO] running `"docker" "rm" "-f" "5a731a9d22ae619a0f7df228045d4105c871ccdce66820eb97adae4a71532936"` [INFO] [stdout] 5a731a9d22ae619a0f7df228045d4105c871ccdce66820eb97adae4a71532936