[INFO] updating cached repository https://github.com/integritychain/second [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] eeec6761fbb1578bef34842190b4c4a332f3c0d4 [INFO] testing integritychain/second against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fintegritychain%2Fsecond" "/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/integritychain/second on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/integritychain/second [INFO] finished tweaking git repo https://github.com/integritychain/second [INFO] tweaked toml for git repo https://github.com/integritychain/second written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/integritychain/second already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "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=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" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stdout] 35e3b88005425c6be5707b1e7e0133221ce6381309203329567e81e828c152af [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" "35e3b88005425c6be5707b1e7e0133221ce6381309203329567e81e828c152af"` [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling regex v1.1.9 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling aho-corasick v0.7.4 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling regex-syntax v0.6.8 [INFO] [stderr] Compiling second v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: function is never used: `reduce` [INFO] [stderr] --> src/main.rs:177:4 [INFO] [stderr] | [INFO] [stderr] 177 | fn reduce(a: (Fe25519, Fe25519)) -> Fe25519 { [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 17.38s [INFO] running `"docker" "inspect" "35e3b88005425c6be5707b1e7e0133221ce6381309203329567e81e828c152af"` [INFO] running `"docker" "rm" "-f" "35e3b88005425c6be5707b1e7e0133221ce6381309203329567e81e828c152af"` [INFO] [stdout] 35e3b88005425c6be5707b1e7e0133221ce6381309203329567e81e828c152af [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=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" "+41997647ba6a77908f6ef64401414feb00bccf16" "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] 38964c9f4fa3d36632f66228372a4ded0b1461aa9d0a0f978bd71a1b0a1faa3c [INFO] running `"docker" "start" "-a" "38964c9f4fa3d36632f66228372a4ded0b1461aa9d0a0f978bd71a1b0a1faa3c"` [INFO] [stderr] Compiling second v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `m` [INFO] [stderr] --> src/main.rs:208:9 [INFO] [stderr] | [INFO] [stderr] 208 | let m = Fe25519::from_str("0x0004e9a04d1d12b7683bb1f3a245e4ef0a8453ebc428abfce0c2084acebbc82f").unwrap(); [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_m` [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.15s [INFO] running `"docker" "inspect" "38964c9f4fa3d36632f66228372a4ded0b1461aa9d0a0f978bd71a1b0a1faa3c"` [INFO] running `"docker" "rm" "-f" "38964c9f4fa3d36632f66228372a4ded0b1461aa9d0a0f978bd71a1b0a1faa3c"` [INFO] [stdout] 38964c9f4fa3d36632f66228372a4ded0b1461aa9d0a0f978bd71a1b0a1faa3c [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=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" "+41997647ba6a77908f6ef64401414feb00bccf16" "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] 2139b154398d279f63b466a69abcd36ddbacbc2d079212c67a46e0202bfcea6d [INFO] running `"docker" "start" "-a" "2139b154398d279f63b466a69abcd36ddbacbc2d079212c67a46e0202bfcea6d"` [INFO] [stderr] warning: unused variable: `m` [INFO] [stderr] --> src/main.rs:208:9 [INFO] [stderr] | [INFO] [stderr] 208 | let m = Fe25519::from_str("0x0004e9a04d1d12b7683bb1f3a245e4ef0a8453ebc428abfce0c2084acebbc82f").unwrap(); [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_m` [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/second-49f53caf11f88c2f [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_fmt ... ok [INFO] [stdout] test test_reduce ... ok [INFO] [stdout] test test_add ... ok [INFO] [stdout] test test_mult ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "2139b154398d279f63b466a69abcd36ddbacbc2d079212c67a46e0202bfcea6d"` [INFO] running `"docker" "rm" "-f" "2139b154398d279f63b466a69abcd36ddbacbc2d079212c67a46e0202bfcea6d"` [INFO] [stdout] 2139b154398d279f63b466a69abcd36ddbacbc2d079212c67a46e0202bfcea6d