[INFO] cloning repository https://github.com/Somososan/Keithley4200_Data_Library_tool [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Somososan/Keithley4200_Data_Library_tool" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSomososan%2FKeithley4200_Data_Library_tool"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSomososan%2FKeithley4200_Data_Library_tool'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1510a50c436d81bba9a5745f329613e4c0b4f28c [INFO] testing Somososan/Keithley4200_Data_Library_tool against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSomososan%2FKeithley4200_Data_Library_tool" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Somososan/Keithley4200_Data_Library_tool 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/Somososan/Keithley4200_Data_Library_tool [INFO] finished tweaking git repo https://github.com/Somososan/Keithley4200_Data_Library_tool [INFO] tweaked toml for git repo https://github.com/Somososan/Keithley4200_Data_Library_tool written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/Somososan/Keithley4200_Data_Library_tool 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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 1241aad6e3fe8a9469423d95c0f03c3fefb30f729dafc1ac7d9f175ff68dcfd3 [INFO] running `"docker" "start" "-a" "1241aad6e3fe8a9469423d95c0f03c3fefb30f729dafc1ac7d9f175ff68dcfd3"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling encoding_rs v0.8.20 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling cc v1.0.48 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling podio v0.1.6 [INFO] [stderr] Compiling urlencoding v1.0.0 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling boxfnonce v0.1.1 [INFO] [stderr] Compiling strum v0.17.1 [INFO] [stderr] Compiling boolinator v2.4.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling miniz_oxide v0.3.5 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling webview-sys v0.4.0 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling flate2 v1.0.13 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling zip v0.5.3 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling web-view v0.6.0 [INFO] [stderr] Compiling codepage v0.1.1 [INFO] [stderr] Compiling quick-xml v0.17.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling strum_macros v0.17.1 [INFO] [stderr] Compiling calamine v0.16.1 [INFO] [stderr] Compiling serde_json v1.0.42 [INFO] [stderr] Compiling data_library v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/measurement/mod.rs:72:17 [INFO] [stderr] | [INFO] [stderr] 72 | / (if "Test Name" == cell.2.get_string().unwrap_or("") { [INFO] [stderr] 73 | | Some((cell.0 - 3, cell.1)) [INFO] [stderr] 74 | | } else { [INFO] [stderr] 75 | | None [INFO] [stderr] 76 | | }) [INFO] [stderr] | |__________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 72 | if "Test Name" == cell.2.get_string().unwrap_or("") { [INFO] [stderr] 73 | Some((cell.0 - 3, cell.1)) [INFO] [stderr] 74 | } else { [INFO] [stderr] 75 | None [INFO] [stderr] 76 | } [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 26s [INFO] running `"docker" "inspect" "1241aad6e3fe8a9469423d95c0f03c3fefb30f729dafc1ac7d9f175ff68dcfd3"` [INFO] running `"docker" "rm" "-f" "1241aad6e3fe8a9469423d95c0f03c3fefb30f729dafc1ac7d9f175ff68dcfd3"` [INFO] [stdout] 1241aad6e3fe8a9469423d95c0f03c3fefb30f729dafc1ac7d9f175ff68dcfd3 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 71699051434e10aebd6a7b6395f72ce5f5e2519bd4672ef091eb95ae64d9e113 [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" "71699051434e10aebd6a7b6395f72ce5f5e2519bd4672ef091eb95ae64d9e113"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling data_library v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/measurement/mod.rs:72:17 [INFO] [stderr] | [INFO] [stderr] 72 | / (if "Test Name" == cell.2.get_string().unwrap_or("") { [INFO] [stderr] 73 | | Some((cell.0 - 3, cell.1)) [INFO] [stderr] 74 | | } else { [INFO] [stderr] 75 | | None [INFO] [stderr] 76 | | }) [INFO] [stderr] | |__________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 72 | if "Test Name" == cell.2.get_string().unwrap_or("") { [INFO] [stderr] 73 | Some((cell.0 - 3, cell.1)) [INFO] [stderr] 74 | } else { [INFO] [stderr] 75 | None [INFO] [stderr] 76 | } [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.61s [INFO] running `"docker" "inspect" "71699051434e10aebd6a7b6395f72ce5f5e2519bd4672ef091eb95ae64d9e113"` [INFO] running `"docker" "rm" "-f" "71699051434e10aebd6a7b6395f72ce5f5e2519bd4672ef091eb95ae64d9e113"` [INFO] [stdout] 71699051434e10aebd6a7b6395f72ce5f5e2519bd4672ef091eb95ae64d9e113 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 4683a635d4857c813268e1cee872ccc02c024ea271d3c7c2d31c13d0ac76b2d7 [INFO] running `"docker" "start" "-a" "4683a635d4857c813268e1cee872ccc02c024ea271d3c7c2d31c13d0ac76b2d7"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/measurement/mod.rs:72:17 [INFO] [stderr] | [INFO] [stderr] 72 | / (if "Test Name" == cell.2.get_string().unwrap_or("") { [INFO] [stderr] 73 | | Some((cell.0 - 3, cell.1)) [INFO] [stderr] 74 | | } else { [INFO] [stderr] 75 | | None [INFO] [stderr] 76 | | }) [INFO] [stderr] | |__________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 72 | if "Test Name" == cell.2.get_string().unwrap_or("") { [INFO] [stderr] 73 | Some((cell.0 - 3, cell.1)) [INFO] [stderr] 74 | } else { [INFO] [stderr] 75 | None [INFO] [stderr] 76 | } [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/data_library-e56997c67ce4fe72 [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" "4683a635d4857c813268e1cee872ccc02c024ea271d3c7c2d31c13d0ac76b2d7"` [INFO] running `"docker" "rm" "-f" "4683a635d4857c813268e1cee872ccc02c024ea271d3c7c2d31c13d0ac76b2d7"` [INFO] [stdout] 4683a635d4857c813268e1cee872ccc02c024ea271d3c7c2d31c13d0ac76b2d7