[INFO] updating cached repository https://github.com/mre/lqip
[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] be0cffd5b5f211edd7d5898f014e46e8e1c4bac4
[INFO] testing mre/lqip against beta-2019-09-28 for beta-1.39-1
[INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmre%2Flqip" "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/mre/lqip on toolchain beta-2019-09-28
[INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/mre/lqip
[INFO] finished tweaking git repo https://github.com/mre/lqip
[INFO] tweaked toml for git repo https://github.com/mre/lqip written to work/builds/worker-1/source/Cargo.toml
[INFO] crate git repo https://github.com/mre/lqip already has a lockfile, it will not be regenerated
[INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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" "+beta-2019-09-28" "build" "--frozen"`
[INFO] [stdout] df1e7eaff440376a7c807c950ef6e2cd484614995364b2a58caa6b84b1e19117
[INFO] running `"docker" "start" "-a" "df1e7eaff440376a7c807c950ef6e2cd484614995364b2a58caa6b84b1e19117"`
[INFO] [stderr] Compiling unidecode v0.2.0
[INFO] [stderr] Compiling pest v0.4.1
[INFO] [stderr] Compiling rand v0.3.19
[INFO] [stderr] Compiling atty v0.2.6
[INFO] [stderr] Compiling nix v0.9.0
[INFO] [stderr] Compiling debug_unreachable v0.1.1
[INFO] [stderr] Compiling backtrace-sys v0.1.16
[INFO] [stderr] Compiling html5ever v0.18.0
[INFO] [stderr] Compiling thread_local v0.3.5
[INFO] [stderr] Compiling chrono v0.4.0
[INFO] [stderr] Compiling shared_child v0.3.2
[INFO] [stderr] Compiling clap v2.29.0
[INFO] [stderr] Compiling futf v0.1.3
[INFO] [stderr] Compiling backtrace v0.3.5
[INFO] [stderr] Compiling regex v0.2.5
[INFO] [stderr] Compiling error-chain v0.10.0
[INFO] [stderr] Compiling error-chain v0.11.0
[INFO] [stderr] Compiling tendril v0.3.1
[INFO] [stderr] Compiling phf_generator v0.7.21
[INFO] [stderr] Compiling tempdir v0.3.5
[INFO] [stderr] Compiling slug v0.1.2
[INFO] [stderr] Compiling string_cache_codegen v0.4.0
[INFO] [stderr] Compiling phf_codegen v0.7.21
[INFO] [stderr] Compiling string_cache v0.6.2
[INFO] [stderr] Compiling markup5ever v0.3.2
[INFO] [stderr] Compiling tera v0.10.10
[INFO] [stderr] Compiling os_pipe v0.6.0
[INFO] [stderr] Compiling duct v0.9.2
[INFO] [stderr] Compiling select v0.4.2
[INFO] [stderr] Compiling lqip 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:34:1
[INFO] [stderr] |
[INFO] [stderr] 34 | / lazy_static! {
[INFO] [stderr] 35 | | pub static ref TERA: Tera = {
[INFO] [stderr] 36 | | let mut tera = Tera::default();
[INFO] [stderr] 37 | | tera.add_raw_template("image.html", r#"
[INFO] [stderr] ... |
[INFO] [stderr] 43 | | };
[INFO] [stderr] 44 | | }
[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] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting
[INFO] [stderr] --> src/main.rs:27:1
[INFO] [stderr] |
[INFO] [stderr] 27 | / error_chain! {
[INFO] [stderr] 28 | | foreign_links {
[INFO] [stderr] 29 | | Io(std::io::Error);
[INFO] [stderr] 30 | | Tera(tera::Error);
[INFO] [stderr] 31 | | }
[INFO] [stderr] 32 | | }
[INFO] [stderr] | |_^
[INFO] [stderr] |
[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 46.22s
[INFO] running `"docker" "inspect" "df1e7eaff440376a7c807c950ef6e2cd484614995364b2a58caa6b84b1e19117"`
[INFO] running `"docker" "rm" "-f" "df1e7eaff440376a7c807c950ef6e2cd484614995364b2a58caa6b84b1e19117"`
[INFO] [stdout] df1e7eaff440376a7c807c950ef6e2cd484614995364b2a58caa6b84b1e19117
[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" "+beta-2019-09-28" "test" "--frozen" "--no-run"`
[INFO] [stdout] 9ce4cad6b559bae85f4eda2d21bcef37cfc009c2ce885ce37496a440219dc8cf
[INFO] running `"docker" "start" "-a" "9ce4cad6b559bae85f4eda2d21bcef37cfc009c2ce885ce37496a440219dc8cf"`
[INFO] [stderr] Compiling lqip 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:34:1
[INFO] [stderr] |
[INFO] [stderr] 34 | / lazy_static! {
[INFO] [stderr] 35 | | pub static ref TERA: Tera = {
[INFO] [stderr] 36 | | let mut tera = Tera::default();
[INFO] [stderr] 37 | | tera.add_raw_template("image.html", r#"
[INFO] [stderr] ... |
[INFO] [stderr] 43 | | };
[INFO] [stderr] 44 | | }
[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] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting
[INFO] [stderr] --> src/main.rs:27:1
[INFO] [stderr] |
[INFO] [stderr] 27 | / error_chain! {
[INFO] [stderr] 28 | | foreign_links {
[INFO] [stderr] 29 | | Io(std::io::Error);
[INFO] [stderr] 30 | | Tera(tera::Error);
[INFO] [stderr] 31 | | }
[INFO] [stderr] 32 | | }
[INFO] [stderr] | |_^
[INFO] [stderr] |
[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 1.26s
[INFO] running `"docker" "inspect" "9ce4cad6b559bae85f4eda2d21bcef37cfc009c2ce885ce37496a440219dc8cf"`
[INFO] running `"docker" "rm" "-f" "9ce4cad6b559bae85f4eda2d21bcef37cfc009c2ce885ce37496a440219dc8cf"`
[INFO] [stdout] 9ce4cad6b559bae85f4eda2d21bcef37cfc009c2ce885ce37496a440219dc8cf
[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" "+beta-2019-09-28" "test" "--frozen"`
[INFO] [stdout] 3845b92ecfce43a07eb96e06997486f5799f93bb09e81cec71cbf496e45943b7
[INFO] running `"docker" "start" "-a" "3845b92ecfce43a07eb96e06997486f5799f93bb09e81cec71cbf496e45943b7"`
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr] Running /opt/rustwide/target/debug/deps/lqip-38bcd9bddc70a359
[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" "3845b92ecfce43a07eb96e06997486f5799f93bb09e81cec71cbf496e45943b7"`
[INFO] running `"docker" "rm" "-f" "3845b92ecfce43a07eb96e06997486f5799f93bb09e81cec71cbf496e45943b7"`
[INFO] [stdout] 3845b92ecfce43a07eb96e06997486f5799f93bb09e81cec71cbf496e45943b7