[INFO] fetching crate structopt-toml 0.5.1...
[INFO] testing structopt-toml-0.5.1 against 1.90.0 for beta-1.91-3
[INFO] extracting crate structopt-toml 0.5.1 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate structopt-toml 0.5.1
[INFO] finished tweaking crates.io crate structopt-toml 0.5.1
[INFO] tweaked toml for crates.io crate structopt-toml 0.5.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate structopt-toml 0.5.1 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate structopt-toml 0.5.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cargo-platform v0.1.2
[INFO] [stderr]   Downloaded camino v1.0.9
[INFO] [stderr]   Downloaded serde v1.0.138
[INFO] [stderr]   Downloaded structopt-toml-derive v0.5.1
[INFO] [stderr]   Downloaded pulldown-cmark v0.9.1
[INFO] [stderr]   Downloaded semver v1.0.12
[INFO] [stderr]   Downloaded anyhow v1.0.58
[INFO] [stderr]   Downloaded serde_derive v1.0.138
[INFO] [stderr]   Downloaded serde_json v1.0.82
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f63cd99e260e61a99416d7e995413839b4e7467068c7ae485b6a5dfed582756b
[INFO] running `Command { std: "docker" "start" "-a" "f63cd99e260e61a99416d7e995413839b4e7467068c7ae485b6a5dfed582756b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f63cd99e260e61a99416d7e995413839b4e7467068c7ae485b6a5dfed582756b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f63cd99e260e61a99416d7e995413839b4e7467068c7ae485b6a5dfed582756b", kill_on_drop: false }`
[INFO] [stdout] f63cd99e260e61a99416d7e995413839b4e7467068c7ae485b6a5dfed582756b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cfd37a35773eeb4901ebe3317c2369c6808680c3c87e7bc180a7f85e9e9cc8b1
[INFO] running `Command { std: "docker" "start" "-a" "cfd37a35773eeb4901ebe3317c2369c6808680c3c87e7bc180a7f85e9e9cc8b1", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling serde_derive v1.0.138
[INFO] [stderr]    Compiling serde v1.0.138
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling camino v1.0.9
[INFO] [stderr]    Compiling serde_json v1.0.82
[INFO] [stderr]    Compiling semver v1.0.12
[INFO] [stderr]    Compiling ryu v1.0.10
[INFO] [stderr]    Compiling pulldown-cmark v0.9.1
[INFO] [stderr]    Compiling itoa v1.0.2
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling error-chain v0.12.4
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling fastrand v1.7.0
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling bytecount v0.6.3
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling unicode-segmentation v1.9.0
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling anyhow v1.0.58
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling structopt-toml-derive v0.5.1
[INFO] [stderr]    Compiling structopt v0.3.26
[INFO] [stderr]    Compiling cargo-platform v0.1.2
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling cargo_metadata v0.14.2
[INFO] [stderr]    Compiling skeptic v0.13.7
[INFO] [stderr]    Compiling structopt-toml v0.5.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.86s
[INFO] running `Command { std: "docker" "inspect" "cfd37a35773eeb4901ebe3317c2369c6808680c3c87e7bc180a7f85e9e9cc8b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cfd37a35773eeb4901ebe3317c2369c6808680c3c87e7bc180a7f85e9e9cc8b1", kill_on_drop: false }`
[INFO] [stdout] cfd37a35773eeb4901ebe3317c2369c6808680c3c87e7bc180a7f85e9e9cc8b1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6a601580d37de98ca82d12af12200faa3f2ad83dd0f5cf2e0a6c57aac9ecb7c7
[INFO] running `Command { std: "docker" "start" "-a" "6a601580d37de98ca82d12af12200faa3f2ad83dd0f5cf2e0a6c57aac9ecb7c7", kill_on_drop: false }`
[INFO] [stderr]    Compiling ryu v1.0.10
[INFO] [stderr]    Compiling camino v1.0.9
[INFO] [stderr]    Compiling serde_json v1.0.82
[INFO] [stderr]    Compiling semver v1.0.12
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling pulldown-cmark v0.9.1
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling error-chain v0.12.4
[INFO] [stderr]    Compiling fastrand v1.7.0
[INFO] [stderr]    Compiling bytecount v0.6.3
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling cargo-platform v0.1.2
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling cargo_metadata v0.14.2
[INFO] [stderr]    Compiling skeptic v0.13.7
[INFO] [stderr]    Compiling structopt-toml v0.5.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read `/opt/rustwide/target/debug/build/structopt-toml-246ebb9dd3e601a4/out/skeptic-tests.rs`: No such file or directory (os error 2)
[INFO] [stdout]  --> tests/skeptic.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | include!(concat!(env!("OUT_DIR"), "/skeptic-tests.rs"));
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `structopt-toml` (test "skeptic") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "6a601580d37de98ca82d12af12200faa3f2ad83dd0f5cf2e0a6c57aac9ecb7c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6a601580d37de98ca82d12af12200faa3f2ad83dd0f5cf2e0a6c57aac9ecb7c7", kill_on_drop: false }`
[INFO] [stdout] 6a601580d37de98ca82d12af12200faa3f2ad83dd0f5cf2e0a6c57aac9ecb7c7
