[INFO] cloning repository https://github.com/driftluo/moleculec-go [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/driftluo/moleculec-go" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdriftluo%2Fmoleculec-go", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdriftluo%2Fmoleculec-go'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8ee8da26984e26eda266c8977a33e13d8a94473c [INFO] testing driftluo/moleculec-go against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdriftluo%2Fmoleculec-go" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/driftluo/moleculec-go on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/driftluo/moleculec-go [INFO] finished tweaking git repo https://github.com/driftluo/moleculec-go [INFO] tweaked toml for git repo https://github.com/driftluo/moleculec-go written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/driftluo/moleculec-go already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded molecule v0.5.0 [INFO] [stderr] Downloaded property v0.3.3 [INFO] [stderr] Downloaded molecule v0.7.0 [INFO] [stderr] Downloaded molecule-codegen v0.7.0 [INFO] [stderr] Downloaded molecule-codegen v0.5.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a516cfac6de2b07288676db494b1404423b670e5b2ee260084e79b49819174cf [INFO] running `Command { std: "docker" "start" "-a" "a516cfac6de2b07288676db494b1404423b670e5b2ee260084e79b49819174cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a516cfac6de2b07288676db494b1404423b670e5b2ee260084e79b49819174cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a516cfac6de2b07288676db494b1404423b670e5b2ee260084e79b49819174cf", kill_on_drop: false }` [INFO] [stdout] a516cfac6de2b07288676db494b1404423b670e5b2ee260084e79b49819174cf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 838c94df20e091bf56444040d25f192c9a30e1138336cca79fb3dd74135e80ab [INFO] running `Command { std: "docker" "start" "-a" "838c94df20e091bf56444040d25f192c9a30e1138336cca79fb3dd74135e80ab", kill_on_drop: false }` [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling serde_derive v1.0.119 [INFO] [stderr] Compiling serde v1.0.119 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling libc v0.2.74 [INFO] [stderr] Compiling case v1.0.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling molecule v0.7.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling semver-parser v0.10.2 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling property v0.3.3 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling serde_yaml v0.8.15 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling molecule-codegen v0.7.0 [INFO] [stderr] Compiling moleculec-go v0.1.6 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 46.02s [INFO] running `Command { std: "docker" "inspect" "838c94df20e091bf56444040d25f192c9a30e1138336cca79fb3dd74135e80ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "838c94df20e091bf56444040d25f192c9a30e1138336cca79fb3dd74135e80ab", kill_on_drop: false }` [INFO] [stdout] 838c94df20e091bf56444040d25f192c9a30e1138336cca79fb3dd74135e80ab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 77dd3f627dcab23366e612fd58a9719e3ceb2b16ce9df78138b04cfb39264ec2 [INFO] running `Command { std: "docker" "start" "-a" "77dd3f627dcab23366e612fd58a9719e3ceb2b16ce9df78138b04cfb39264ec2", kill_on_drop: false }` [INFO] [stderr] Compiling moleculec-go v0.1.6 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.03s [INFO] running `Command { std: "docker" "inspect" "77dd3f627dcab23366e612fd58a9719e3ceb2b16ce9df78138b04cfb39264ec2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77dd3f627dcab23366e612fd58a9719e3ceb2b16ce9df78138b04cfb39264ec2", kill_on_drop: false }` [INFO] [stdout] 77dd3f627dcab23366e612fd58a9719e3ceb2b16ce9df78138b04cfb39264ec2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e9b0fda361db0b92a3bbdd060a6143ccde71d0bf30567656388a24aedd259873 [INFO] running `Command { std: "docker" "start" "-a" "e9b0fda361db0b92a3bbdd060a6143ccde71d0bf30567656388a24aedd259873", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/moleculec_go-5d53c6c95bc3f131) [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/moleculec_go-08ab29c2110d0471) [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] [stderr] Doc-tests moleculec-go [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; finished in 0.00s [INFO] [stdout] [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e9b0fda361db0b92a3bbdd060a6143ccde71d0bf30567656388a24aedd259873", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9b0fda361db0b92a3bbdd060a6143ccde71d0bf30567656388a24aedd259873", kill_on_drop: false }` [INFO] [stdout] e9b0fda361db0b92a3bbdd060a6143ccde71d0bf30567656388a24aedd259873