[INFO] cloning repository https://github.com/gabebw/diesel-refactoring-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gabebw/diesel-refactoring-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgabebw%2Fdiesel-refactoring-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgabebw%2Fdiesel-refactoring-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0a808ef79a009877439bb9b8404b1e2c3c23df0c [INFO] testing gabebw/diesel-refactoring-example against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgabebw%2Fdiesel-refactoring-example" "/workspace/builds/worker-28/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-28/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gabebw/diesel-refactoring-example on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gabebw/diesel-refactoring-example [INFO] finished tweaking git repo https://github.com/gabebw/diesel-refactoring-example [INFO] tweaked toml for git repo https://github.com/gabebw/diesel-refactoring-example written to /workspace/builds/worker-28/source/Cargo.toml [INFO] crate git repo https://github.com/gabebw/diesel-refactoring-example already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 984be670f09aa69129298e9a7e276c13748d1a972b169eb5a27c3d5d741182f4 [INFO] running `Command { std: "docker" "start" "-a" "984be670f09aa69129298e9a7e276c13748d1a972b169eb5a27c3d5d741182f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "984be670f09aa69129298e9a7e276c13748d1a972b169eb5a27c3d5d741182f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "984be670f09aa69129298e9a7e276c13748d1a972b169eb5a27c3d5d741182f4", kill_on_drop: false }` [INFO] [stdout] 984be670f09aa69129298e9a7e276c13748d1a972b169eb5a27c3d5d741182f4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c9d24c9d0d4e2312396ffea996ea8d7dc868b07f90c3685ed360420ea949d155 [INFO] running `Command { std: "docker" "start" "-a" "c9d24c9d0d4e2312396ffea996ea8d7dc868b07f90c3685ed360420ea949d155", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling pkg-config v0.3.18 [INFO] [stderr] Compiling syn v1.0.39 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling libsqlite3-sys v0.18.0 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Compiling diesel v1.4.5 [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 diesel-refactoring-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.82s [INFO] running `Command { std: "docker" "inspect" "c9d24c9d0d4e2312396ffea996ea8d7dc868b07f90c3685ed360420ea949d155", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9d24c9d0d4e2312396ffea996ea8d7dc868b07f90c3685ed360420ea949d155", kill_on_drop: false }` [INFO] [stdout] c9d24c9d0d4e2312396ffea996ea8d7dc868b07f90c3685ed360420ea949d155 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f69c4ecb109aa0a3b09328a6872ee56ea85f5a9af7e37296815d84180baee69a [INFO] running `Command { std: "docker" "start" "-a" "f69c4ecb109aa0a3b09328a6872ee56ea85f5a9af7e37296815d84180baee69a", kill_on_drop: false }` [INFO] [stderr] Compiling diesel-refactoring-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.43s [INFO] running `Command { std: "docker" "inspect" "f69c4ecb109aa0a3b09328a6872ee56ea85f5a9af7e37296815d84180baee69a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f69c4ecb109aa0a3b09328a6872ee56ea85f5a9af7e37296815d84180baee69a", kill_on_drop: false }` [INFO] [stdout] f69c4ecb109aa0a3b09328a6872ee56ea85f5a9af7e37296815d84180baee69a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 93b05e73c7db7c026a3ac0804065d12527c56cf9a4802b729fd52bcda604049d [INFO] running `Command { std: "docker" "start" "-a" "93b05e73c7db7c026a3ac0804065d12527c56cf9a4802b729fd52bcda604049d", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/diesel_refactoring_example-a4223d26857a120c) [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" "93b05e73c7db7c026a3ac0804065d12527c56cf9a4802b729fd52bcda604049d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93b05e73c7db7c026a3ac0804065d12527c56cf9a4802b729fd52bcda604049d", kill_on_drop: false }` [INFO] [stdout] 93b05e73c7db7c026a3ac0804065d12527c56cf9a4802b729fd52bcda604049d