[INFO] updating cached repository https://github.com/fenhl/bitbar-mediawiki-watchlist [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] [stderr] From https://github.com/fenhl/bitbar-mediawiki-watchlist [INFO] [stderr] 6af3fa4..6d5ed18 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6d5ed18de760f4b2895fa72dabc40183d2249fc5 [INFO] testing fenhl/bitbar-mediawiki-watchlist against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffenhl%2Fbitbar-mediawiki-watchlist" "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/fenhl/bitbar-mediawiki-watchlist 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/fenhl/bitbar-mediawiki-watchlist [INFO] finished tweaking git repo https://github.com/fenhl/bitbar-mediawiki-watchlist [INFO] tweaked toml for git repo https://github.com/fenhl/bitbar-mediawiki-watchlist written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/fenhl/bitbar-mediawiki-watchlist 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] [stderr] Updating git repository `https://github.com/fenhl/rust-bitbar` [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] 2b9ed3c0c381d3d6cb989de5cb6564a47802012ac830926e99e4ec2cd3c14526 [INFO] running `"docker" "start" "-a" "2b9ed3c0c381d3d6cb989de5cb6564a47802012ac830926e99e4ec2cd3c14526"` [INFO] [stderr] Compiling proc-macro2 v1.0.4 [INFO] [stderr] Compiling rust-ini v0.13.0 [INFO] [stderr] Compiling urlencoding v1.0.0 [INFO] [stderr] Compiling xdg-basedir v1.0.0 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling libdbus-sys v0.2.1 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling miniz_oxide v0.3.2 [INFO] [stderr] Compiling serde_test v0.8.23 [INFO] [stderr] Compiling css-color-parser v0.1.2 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling bitbar v0.2.1 (https://github.com/fenhl/rust-bitbar#24828114) [INFO] [stderr] Compiling dbus v0.6.5 [INFO] [stderr] Compiling linked-hash-map v0.3.0 [INFO] [stderr] Compiling flate2 v1.0.12 [INFO] [stderr] Compiling serde-hjson v0.8.2 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling notify-rust v3.6.2 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling cookie_store v0.6.0 [INFO] [stderr] Compiling config v0.9.3 [INFO] [stderr] Compiling reqwest v0.9.21 [INFO] [stderr] Compiling user_agent v0.7.0 [INFO] [stderr] Compiling mediawiki v0.1.17 [INFO] [stderr] Compiling bitbar-mediawiki-watchlist v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 17s [INFO] running `"docker" "inspect" "2b9ed3c0c381d3d6cb989de5cb6564a47802012ac830926e99e4ec2cd3c14526"` [INFO] running `"docker" "rm" "-f" "2b9ed3c0c381d3d6cb989de5cb6564a47802012ac830926e99e4ec2cd3c14526"` [INFO] [stdout] 2b9ed3c0c381d3d6cb989de5cb6564a47802012ac830926e99e4ec2cd3c14526 [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] e9f7c0bcdf7dae428d110831d0ecc6cf6d4de4a2132f7eacc7e6617d3e452fa1 [INFO] running `"docker" "start" "-a" "e9f7c0bcdf7dae428d110831d0ecc6cf6d4de4a2132f7eacc7e6617d3e452fa1"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] running `"docker" "inspect" "e9f7c0bcdf7dae428d110831d0ecc6cf6d4de4a2132f7eacc7e6617d3e452fa1"` [INFO] running `"docker" "rm" "-f" "e9f7c0bcdf7dae428d110831d0ecc6cf6d4de4a2132f7eacc7e6617d3e452fa1"` [INFO] [stdout] e9f7c0bcdf7dae428d110831d0ecc6cf6d4de4a2132f7eacc7e6617d3e452fa1 [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] bc3980da768a044bdaaf10575fd273f3b21ff931195f102bb97218389ffe345f [INFO] running `"docker" "start" "-a" "bc3980da768a044bdaaf10575fd273f3b21ff931195f102bb97218389ffe345f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] running `"docker" "inspect" "bc3980da768a044bdaaf10575fd273f3b21ff931195f102bb97218389ffe345f"` [INFO] running `"docker" "rm" "-f" "bc3980da768a044bdaaf10575fd273f3b21ff931195f102bb97218389ffe345f"` [INFO] [stdout] bc3980da768a044bdaaf10575fd273f3b21ff931195f102bb97218389ffe345f