[INFO] cloning repository https://github.com/nicholasbishop/rust-conversions [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nicholasbishop/rust-conversions" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicholasbishop%2Frust-conversions", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicholasbishop%2Frust-conversions'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 515e97965f820f441d35506dbf6130f1dd3523f7 [INFO] testing nicholasbishop/rust-conversions against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicholasbishop%2Frust-conversions" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nicholasbishop/rust-conversions on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nicholasbishop/rust-conversions [INFO] finished tweaking git repo https://github.com/nicholasbishop/rust-conversions [INFO] tweaked toml for git repo https://github.com/nicholasbishop/rust-conversions written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/nicholasbishop/rust-conversions already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9e41dfbc7f13d5582ce036f74cd39b8b94e10c2f4c92ae455dd218ae740fd07b [INFO] running `Command { std: "docker" "start" "-a" "9e41dfbc7f13d5582ce036f74cd39b8b94e10c2f4c92ae455dd218ae740fd07b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9e41dfbc7f13d5582ce036f74cd39b8b94e10c2f4c92ae455dd218ae740fd07b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e41dfbc7f13d5582ce036f74cd39b8b94e10c2f4c92ae455dd218ae740fd07b", kill_on_drop: false }` [INFO] [stdout] 9e41dfbc7f13d5582ce036f74cd39b8b94e10c2f4c92ae455dd218ae740fd07b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8f1948cb19e5271b5ea0ebd6bfe82abc391ba1ae2088ead28d694696a9c6db34 [INFO] running `Command { std: "docker" "start" "-a" "8f1948cb19e5271b5ea0ebd6bfe82abc391ba1ae2088ead28d694696a9c6db34", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.23 [INFO] [stderr] Compiling syn v1.0.42 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling libc v0.2.77 [INFO] [stderr] Compiling cc v1.0.60 [INFO] [stderr] Compiling askama_escape v0.10.1 [INFO] [stderr] Compiling humansize v1.1.0 [INFO] [stderr] Compiling serde_json v1.0.58 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling miniz_oxide v0.4.2 [INFO] [stderr] Compiling line-wrap v0.1.1 [INFO] [stderr] Compiling yaml-rust v0.4.4 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling onig_sys v69.5.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling os_pipe v0.9.2 [INFO] [stderr] Compiling flate2 v1.0.18 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling command-run v0.13.0 [INFO] [stderr] Compiling onig v6.1.0 [INFO] [stderr] Compiling fehler-macros v1.0.0 [INFO] [stderr] Compiling fehler v1.0.0 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling bincode v1.3.1 [INFO] [stderr] Compiling plist v1.0.0 [INFO] [stderr] Compiling syntect v4.4.0 [INFO] [stderr] Compiling askama_shared v0.10.4 [INFO] [stderr] Compiling askama_derive v0.10.3 [INFO] [stderr] Compiling askama v0.10.3 [INFO] [stderr] Compiling rust-conversions v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 54.02s [INFO] running `Command { std: "docker" "inspect" "8f1948cb19e5271b5ea0ebd6bfe82abc391ba1ae2088ead28d694696a9c6db34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f1948cb19e5271b5ea0ebd6bfe82abc391ba1ae2088ead28d694696a9c6db34", kill_on_drop: false }` [INFO] [stdout] 8f1948cb19e5271b5ea0ebd6bfe82abc391ba1ae2088ead28d694696a9c6db34 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6eed80280f0a57b0508fe67beaf4cf87b1e96ca75a39d05e3d5168a5762a1a20 [INFO] running `Command { std: "docker" "start" "-a" "6eed80280f0a57b0508fe67beaf4cf87b1e96ca75a39d05e3d5168a5762a1a20", kill_on_drop: false }` [INFO] [stderr] Compiling rust-conversions v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.18s [INFO] running `Command { std: "docker" "inspect" "6eed80280f0a57b0508fe67beaf4cf87b1e96ca75a39d05e3d5168a5762a1a20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6eed80280f0a57b0508fe67beaf4cf87b1e96ca75a39d05e3d5168a5762a1a20", kill_on_drop: false }` [INFO] [stdout] 6eed80280f0a57b0508fe67beaf4cf87b1e96ca75a39d05e3d5168a5762a1a20 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c123dd2a4dfc21df44df7f4c01179c763e2147c47599b7b9b6232de45ca672c5 [INFO] running `Command { std: "docker" "start" "-a" "c123dd2a4dfc21df44df7f4c01179c763e2147c47599b7b9b6232de45ca672c5", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/render_conversions-35903d16ae0cdab7) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c123dd2a4dfc21df44df7f4c01179c763e2147c47599b7b9b6232de45ca672c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c123dd2a4dfc21df44df7f4c01179c763e2147c47599b7b9b6232de45ca672c5", kill_on_drop: false }` [INFO] [stdout] c123dd2a4dfc21df44df7f4c01179c763e2147c47599b7b9b6232de45ca672c5