[INFO] updating cached repository https://github.com/hhatto/myprofiler-rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhhatto%2Fmyprofiler-rust" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hhatto/myprofiler-rust on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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 work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/hhatto/myprofiler-rust already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 694740e85614f78c143f37b6a45c6a02e8bf57b333f42c9b2ef03b8e42185e43 [INFO] running `"docker" "start" "-a" "694740e85614f78c143f37b6a45c6a02e8bf57b333f42c9b2ef03b8e42185e43"` [INFO] [stderr] Compiling num-bigint v0.2.0 [INFO] [stderr] Compiling lazy_static v1.0.2 (https://github.com/rust-lang-nursery/lazy-static.rs#9a1f83c3) [INFO] [stderr] Compiling users v0.7.0 [INFO] [stderr] Compiling uuid v0.6.5 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling twox-hash v1.1.1 [INFO] [stderr] Compiling atoi v0.2.3 [INFO] [stderr] Compiling chrono v0.4.5 [INFO] [stderr] Compiling flate2 v1.0.2 [INFO] [stderr] Compiling sha2 v0.7.1 [INFO] [stderr] Compiling regex v1.0.2 [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 outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.03s [INFO] running `"docker" "inspect" "694740e85614f78c143f37b6a45c6a02e8bf57b333f42c9b2ef03b8e42185e43"` [INFO] running `"docker" "rm" "-f" "694740e85614f78c143f37b6a45c6a02e8bf57b333f42c9b2ef03b8e42185e43"` [INFO] [stdout] 694740e85614f78c143f37b6a45c6a02e8bf57b333f42c9b2ef03b8e42185e43 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] a6981c1df6abd1a1df992908edbe9e81684f5eac31095291d42a64756efa9c4c [INFO] running `"docker" "start" "-a" "a6981c1df6abd1a1df992908edbe9e81684f5eac31095291d42a64756efa9c4c"` [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 outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.05s [INFO] running `"docker" "inspect" "a6981c1df6abd1a1df992908edbe9e81684f5eac31095291d42a64756efa9c4c"` [INFO] running `"docker" "rm" "-f" "a6981c1df6abd1a1df992908edbe9e81684f5eac31095291d42a64756efa9c4c"` [INFO] [stdout] a6981c1df6abd1a1df992908edbe9e81684f5eac31095291d42a64756efa9c4c [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 7c9214b12bd650315e345c0e9ca3c49dcb4c427ee71f698a9b10e2bfad7f133c [INFO] running `"docker" "start" "-a" "7c9214b12bd650315e345c0e9ca3c49dcb4c427ee71f698a9b10e2bfad7f133c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/myprofiler-ac129e458421b6bb [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" "7c9214b12bd650315e345c0e9ca3c49dcb4c427ee71f698a9b10e2bfad7f133c"` [INFO] running `"docker" "rm" "-f" "7c9214b12bd650315e345c0e9ca3c49dcb4c427ee71f698a9b10e2bfad7f133c"` [INFO] [stdout] 7c9214b12bd650315e345c0e9ca3c49dcb4c427ee71f698a9b10e2bfad7f133c