[INFO] updating cached repository mmstick/fontfinder [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mmstick/fontfinder [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mmstick/fontfinder" "work/ex/beta-1.38-1/sources/1.37.0/gh/mmstick/fontfinder"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/mmstick/fontfinder'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mmstick/fontfinder" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mmstick/fontfinder"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mmstick/fontfinder'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a71bce93ced854f262c7828d66c3b8bcae9ef696 [INFO] sha for GitHub repo mmstick/fontfinder: a71bce93ced854f262c7828d66c3b8bcae9ef696 [INFO] validating manifest of mmstick/fontfinder on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of mmstick/fontfinder on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing mmstick/fontfinder [INFO] removed workspace from mmstick/fontfinder [INFO] finished frobbing mmstick/fontfinder [INFO] frobbed toml for mmstick/fontfinder written to work/ex/beta-1.38-1/sources/1.37.0/gh/mmstick/fontfinder/Cargo.toml [INFO] started frobbing mmstick/fontfinder [INFO] removed workspace from mmstick/fontfinder [INFO] finished frobbing mmstick/fontfinder [INFO] frobbed toml for mmstick/fontfinder written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mmstick/fontfinder/Cargo.toml [INFO] crate mmstick/fontfinder already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mmstick/fontfinder/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing mmstick/fontfinder against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mmstick/fontfinder:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 97c606b5116cbec458a2dc3ab25a608f3f6d67f2cd6ac0ed48e5f9c1a015d668 [INFO] running `"docker" "start" "-a" "97c606b5116cbec458a2dc3ab25a608f3f6d67f2cd6ac0ed48e5f9c1a015d668"` [INFO] [stderr] Compiling horrorshow v0.6.6 [INFO] [stderr] Compiling encoding_rs v0.8.10 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling flate2 v1.0.11 [INFO] [stderr] Compiling mime_guess v2.0.1 [INFO] [stderr] Compiling cookie v0.12.0 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling publicsuffix v1.5.2 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling reqwest v0.9.19 [INFO] [stderr] Compiling fontfinder v1.5.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/dirs.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | env::home_dir().map(|path| path.join(".local/share/fonts/")) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stderr] --> src/fc_cache.rs:2:47 [INFO] [stderr] | [INFO] [stderr] 2 | use std::sync::atomic::{AtomicBool, Ordering, ATOMIC_BOOL_INIT}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stderr] --> src/fc_cache.rs:7:39 [INFO] [stderr] | [INFO] [stderr] 7 | pub static RUN_FC_CACHE: AtomicBool = ATOMIC_BOOL_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicBool::new(false)` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.46s [INFO] running `"docker" "inspect" "97c606b5116cbec458a2dc3ab25a608f3f6d67f2cd6ac0ed48e5f9c1a015d668"` [INFO] running `"docker" "rm" "-f" "97c606b5116cbec458a2dc3ab25a608f3f6d67f2cd6ac0ed48e5f9c1a015d668"` [INFO] [stdout] 97c606b5116cbec458a2dc3ab25a608f3f6d67f2cd6ac0ed48e5f9c1a015d668 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mmstick/fontfinder:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] c96e6e121091e59f32555986cf6d9509a56b11dd17968ab2e9176f00bfe87b4a [INFO] running `"docker" "start" "-a" "c96e6e121091e59f32555986cf6d9509a56b11dd17968ab2e9176f00bfe87b4a"` [INFO] [stderr] Compiling fontfinder v1.5.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/dirs.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | env::home_dir().map(|path| path.join(".local/share/fonts/")) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stderr] --> src/fc_cache.rs:2:47 [INFO] [stderr] | [INFO] [stderr] 2 | use std::sync::atomic::{AtomicBool, Ordering, ATOMIC_BOOL_INIT}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stderr] --> src/fc_cache.rs:7:39 [INFO] [stderr] | [INFO] [stderr] 7 | pub static RUN_FC_CACHE: AtomicBool = ATOMIC_BOOL_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicBool::new(false)` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.64s [INFO] running `"docker" "inspect" "c96e6e121091e59f32555986cf6d9509a56b11dd17968ab2e9176f00bfe87b4a"` [INFO] running `"docker" "rm" "-f" "c96e6e121091e59f32555986cf6d9509a56b11dd17968ab2e9176f00bfe87b4a"` [INFO] [stdout] c96e6e121091e59f32555986cf6d9509a56b11dd17968ab2e9176f00bfe87b4a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mmstick/fontfinder:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 1ea662d7afe787ce515db0af07e95156614065bdc9d6d5a1a9637f47a92b5728 [INFO] running `"docker" "start" "-a" "1ea662d7afe787ce515db0af07e95156614065bdc9d6d5a1a9637f47a92b5728"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running /opt/crater/target/debug/deps/fontfinder-77a37be92d966067 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test html::tests::test_style ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests fontfinder [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" "1ea662d7afe787ce515db0af07e95156614065bdc9d6d5a1a9637f47a92b5728"` [INFO] running `"docker" "rm" "-f" "1ea662d7afe787ce515db0af07e95156614065bdc9d6d5a1a9637f47a92b5728"` [INFO] [stdout] 1ea662d7afe787ce515db0af07e95156614065bdc9d6d5a1a9637f47a92b5728