[INFO] cloning repository https://github.com/agraven/amandag [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/agraven/amandag" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagraven%2Famandag", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagraven%2Famandag'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f59f9198177258892626f669eb8f74d51723b5ce [INFO] testing agraven/amandag against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagraven%2Famandag" "/workspace/builds/worker-24/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-24/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/agraven/amandag on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/agraven/amandag [INFO] finished tweaking git repo https://github.com/agraven/amandag [INFO] tweaked toml for git repo https://github.com/agraven/amandag written to /workspace/builds/worker-24/source/Cargo.toml [INFO] crate git repo https://github.com/agraven/amandag already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a1c1bbfae15bffe7b99b5d942e35ebe6fab94afea16838da7838ca0399e47e8d [INFO] running `Command { std: "docker" "start" "-a" "a1c1bbfae15bffe7b99b5d942e35ebe6fab94afea16838da7838ca0399e47e8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a1c1bbfae15bffe7b99b5d942e35ebe6fab94afea16838da7838ca0399e47e8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a1c1bbfae15bffe7b99b5d942e35ebe6fab94afea16838da7838ca0399e47e8d", kill_on_drop: false }` [INFO] [stdout] a1c1bbfae15bffe7b99b5d942e35ebe6fab94afea16838da7838ca0399e47e8d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ee412e288bea44a750e730a626140a2f2541904b06a8f78f71186970b3e08429 [INFO] running `Command { std: "docker" "start" "-a" "ee412e288bea44a750e730a626140a2f2541904b06a8f78f71186970b3e08429", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling encoding_rs v0.8.30 [INFO] [stderr] Compiling const_fn v0.4.9 [INFO] [stderr] Compiling time-macros v0.2.3 [INFO] [stderr] Compiling num_threads v0.1.3 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling derive_builder v0.9.0 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling askama_escape v0.3.0 [INFO] [stderr] Compiling xml-rs v0.8.4 [INFO] [stderr] Compiling humansize v1.1.1 [INFO] [stderr] Compiling unchecked-index v0.2.2 [INFO] [stderr] Compiling entities v1.0.1 [INFO] [stderr] Compiling shell-words v1.1.0 [INFO] [stderr] Compiling borrow-bag v1.1.0 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling typed-arena v1.7.0 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling pq-sys v0.4.6 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling tracing-core v0.1.22 [INFO] [stderr] Compiling http v0.2.6 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling httparse v1.6.0 [INFO] [stderr] Compiling cookie v0.15.1 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling line-wrap v0.1.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling tracing v0.1.31 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling twoway v0.2.2 [INFO] [stderr] Compiling onig_sys v69.7.1 [INFO] [stderr] Compiling backtrace v0.3.64 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling getrandom v0.2.5 [INFO] [stderr] Compiling mio v0.8.0 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling crypto-common v0.1.3 [INFO] [stderr] Compiling inout v0.1.2 [INFO] [stderr] Compiling block-buffer v0.10.2 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling digest v0.10.3 [INFO] [stderr] Compiling cipher v0.4.3 [INFO] [stderr] Compiling xdg v2.4.1 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling sha2 v0.10.2 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling blowfish v0.9.1 [INFO] [stderr] Compiling time v0.3.7 [INFO] [stderr] Compiling quick-xml v0.20.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling bcrypt v0.12.0 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling gotham_derive v0.7.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling diesel-derive-enum v1.1.2 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling derive_builder_core v0.9.0 [INFO] [stderr] Compiling pin-project v1.0.10 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling onig v6.3.1 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling h2 v0.3.11 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling plist v1.3.1 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling diesel v1.4.8 [INFO] [stderr] Compiling diligent-date-parser v0.1.3 [INFO] [stderr] Compiling syntect v4.6.0 [INFO] [stderr] Compiling askama_shared v0.9.1 [INFO] [stderr] Compiling atom_syndication v0.9.1 [INFO] [stderr] Compiling hyper v0.14.17 [INFO] [stderr] Compiling rss v1.10.0 [INFO] [stderr] Compiling askama_derive v0.9.0 [INFO] [stderr] Compiling comrak v0.12.1 [INFO] [stderr] Compiling askama v0.9.0 [INFO] [stderr] Compiling gotham v0.7.1 [INFO] [stderr] Compiling migrations_internals v1.4.1 [INFO] [stderr] Compiling migrations_macros v1.4.2 [INFO] [stderr] Compiling diesel_migrations v1.4.0 [INFO] [stderr] Compiling mogger v0.2.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 46.35s [INFO] running `Command { std: "docker" "inspect" "ee412e288bea44a750e730a626140a2f2541904b06a8f78f71186970b3e08429", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee412e288bea44a750e730a626140a2f2541904b06a8f78f71186970b3e08429", kill_on_drop: false }` [INFO] [stdout] ee412e288bea44a750e730a626140a2f2541904b06a8f78f71186970b3e08429 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e5ae9a28e8ee2baf7c3816abce47d09c3f9cdfa4afe5fe97813f29523152d442 [INFO] running `Command { std: "docker" "start" "-a" "e5ae9a28e8ee2baf7c3816abce47d09c3f9cdfa4afe5fe97813f29523152d442", kill_on_drop: false }` [INFO] [stderr] Compiling mogger v0.2.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.55s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/mogger-16d46666e4f571d2) [INFO] running `Command { std: "docker" "inspect" "e5ae9a28e8ee2baf7c3816abce47d09c3f9cdfa4afe5fe97813f29523152d442", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5ae9a28e8ee2baf7c3816abce47d09c3f9cdfa4afe5fe97813f29523152d442", kill_on_drop: false }` [INFO] [stdout] e5ae9a28e8ee2baf7c3816abce47d09c3f9cdfa4afe5fe97813f29523152d442 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e133e32e9df4e90ecba03fd0f316089da1ea81e93b623ef331075b0e25fd12a9 [INFO] running `Command { std: "docker" "start" "-a" "e133e32e9df4e90ecba03fd0f316089da1ea81e93b623ef331075b0e25fd12a9", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/mogger-16d46666e4f571d2) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test comment::tests::json_encode ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e133e32e9df4e90ecba03fd0f316089da1ea81e93b623ef331075b0e25fd12a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e133e32e9df4e90ecba03fd0f316089da1ea81e93b623ef331075b0e25fd12a9", kill_on_drop: false }` [INFO] [stdout] e133e32e9df4e90ecba03fd0f316089da1ea81e93b623ef331075b0e25fd12a9