[INFO] updating cached repository https://github.com/hhatto/myprofiler-rust [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] 97888e322f631151576b441f9949016f18eeea7d [INFO] testing hhatto/myprofiler-rust against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhhatto%2Fmyprofiler-rust" "/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/hhatto/myprofiler-rust 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/hhatto/myprofiler-rust [INFO] finished tweaking git repo https://github.com/hhatto/myprofiler-rust [INFO] tweaked toml for git repo https://github.com/hhatto/myprofiler-rust written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/hhatto/myprofiler-rust 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-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" "+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] 9b4b2c5b9a9235c407d1a086e7d2718cd5e08d28c362fa16a8c8a17ab23cb669 [INFO] running `"docker" "start" "-a" "9b4b2c5b9a9235c407d1a086e7d2718cd5e08d28c362fa16a8c8a17ab23cb669"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling arrayref v0.3.4 [INFO] [stderr] Compiling matches v0.1.7 [INFO] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling num-bigint v0.2.0 [INFO] [stderr] Compiling byteorder v1.2.4 [INFO] [stderr] Compiling bitflags v1.0.3 [INFO] [stderr] Compiling nix v0.11.0 [INFO] [stderr] Compiling bit-vec v0.5.0 [INFO] [stderr] Compiling bufstream v0.1.3 [INFO] [stderr] Compiling lazy_static v1.0.2 (https://github.com/rust-lang-nursery/lazy-static.rs#9a1f83c3) [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling uuid v0.6.5 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling users v0.7.0 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Compiling getopts v0.2.18 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling twox-hash v1.1.1 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling smallvec v0.6.3 [INFO] [stderr] Compiling atoi v0.2.3 [INFO] [stderr] Compiling block-buffer v0.3.3 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.24 [INFO] [stderr] Compiling base64 v0.9.2 [INFO] [stderr] Compiling regex v1.0.2 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling digest v0.7.5 [INFO] [stderr] Compiling sha2 v0.7.1 [INFO] [stderr] Compiling flate2 v1.0.2 [INFO] [stderr] Compiling chrono v0.4.5 [INFO] [stderr] Compiling url v1.7.1 [INFO] [stderr] Compiling mysql_common v0.8.0 [INFO] [stderr] Compiling mysql v14.0.0 [INFO] [stderr] Compiling myprofiler v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / lazy_static! { [INFO] [stderr] 23 | | static ref NORMALIZE_PATTERNS: Vec> = vec![ [INFO] [stderr] 24 | | NormalizePattern::new(Regex::new(r" +").expect("fail regex compile: +"), " "), [INFO] [stderr] 25 | | NormalizePattern::new(Regex::new(r#"[+-]{0,1}\b\d+\b"#).expect("fail regex compile: digit"), "N"), [INFO] [stderr] ... | [INFO] [stderr] 32 | | ]; [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.74s [INFO] running `"docker" "inspect" "9b4b2c5b9a9235c407d1a086e7d2718cd5e08d28c362fa16a8c8a17ab23cb669"` [INFO] running `"docker" "rm" "-f" "9b4b2c5b9a9235c407d1a086e7d2718cd5e08d28c362fa16a8c8a17ab23cb669"` [INFO] [stdout] 9b4b2c5b9a9235c407d1a086e7d2718cd5e08d28c362fa16a8c8a17ab23cb669 [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" "+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] 4d11e43fd725bd14f6acb62214b6f60a75ef33c0efa750bd364ab7740d451e94 [INFO] running `"docker" "start" "-a" "4d11e43fd725bd14f6acb62214b6f60a75ef33c0efa750bd364ab7740d451e94"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling myprofiler v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / lazy_static! { [INFO] [stderr] 23 | | static ref NORMALIZE_PATTERNS: Vec> = vec![ [INFO] [stderr] 24 | | NormalizePattern::new(Regex::new(r" +").expect("fail regex compile: +"), " "), [INFO] [stderr] 25 | | NormalizePattern::new(Regex::new(r#"[+-]{0,1}\b\d+\b"#).expect("fail regex compile: digit"), "N"), [INFO] [stderr] ... | [INFO] [stderr] 32 | | ]; [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.25s [INFO] running `"docker" "inspect" "4d11e43fd725bd14f6acb62214b6f60a75ef33c0efa750bd364ab7740d451e94"` [INFO] running `"docker" "rm" "-f" "4d11e43fd725bd14f6acb62214b6f60a75ef33c0efa750bd364ab7740d451e94"` [INFO] [stdout] 4d11e43fd725bd14f6acb62214b6f60a75ef33c0efa750bd364ab7740d451e94 [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" "+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] a460fc668ca52f8f40724e73907e718df80a3628fa92fc19e2a3f4e1b45e2385 [INFO] running `"docker" "start" "-a" "a460fc668ca52f8f40724e73907e718df80a3628fa92fc19e2a3f4e1b45e2385"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / lazy_static! { [INFO] [stderr] 23 | | static ref NORMALIZE_PATTERNS: Vec> = vec![ [INFO] [stderr] 24 | | NormalizePattern::new(Regex::new(r" +").expect("fail regex compile: +"), " "), [INFO] [stderr] 25 | | NormalizePattern::new(Regex::new(r#"[+-]{0,1}\b\d+\b"#).expect("fail regex compile: digit"), "N"), [INFO] [stderr] ... | [INFO] [stderr] 32 | | ]; [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/myprofiler-451a3ab58384028c [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test_normalize ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "a460fc668ca52f8f40724e73907e718df80a3628fa92fc19e2a3f4e1b45e2385"` [INFO] running `"docker" "rm" "-f" "a460fc668ca52f8f40724e73907e718df80a3628fa92fc19e2a3f4e1b45e2385"` [INFO] [stdout] a460fc668ca52f8f40724e73907e718df80a3628fa92fc19e2a3f4e1b45e2385