[INFO] updating cached repository https://github.com/leeola/prost-test [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] dd2999d7a38b2e2da93904a41747c369fb510de7 [INFO] checking leeola/prost-test against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleeola%2Fprost-test" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/leeola/prost-test on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/leeola/prost-test [INFO] finished tweaking git repo https://github.com/leeola/prost-test [INFO] tweaked toml for git repo https://github.com/leeola/prost-test written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/leeola/prost-test already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] cd60208f83b01a3c00230aae3595a87e947101f6815fdd13c4633b4b3ec21a34 [INFO] running `"docker" "start" "-a" "cd60208f83b01a3c00230aae3595a87e947101f6815fdd13c4633b4b3ec21a34"` [INFO] [stderr] Compiling scoped-tls v0.1.2 [INFO] [stderr] Compiling smallvec v0.2.1 [INFO] [stderr] Compiling try-lock v0.1.0 [INFO] [stderr] Compiling slab v0.3.0 [INFO] [stderr] Compiling take v0.1.0 [INFO] [stderr] Checking multimap v0.4.0 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling relay v0.1.1 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Checking heck v0.3.1 [INFO] [stderr] Compiling serde v1.0.83 [INFO] [stderr] Compiling rand v0.4.3 [INFO] [stderr] Compiling want v0.0.4 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling prost v0.3.2 [INFO] [stderr] Checking prost v0.4.0 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling failure v0.1.4 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Checking hyper v0.12.19 [INFO] [stderr] Compiling prost-derive v0.3.2 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling serde_json v1.0.34 [INFO] [stderr] Compiling prost-derive v0.4.0 [INFO] [stderr] Compiling prost-types v0.3.2 [INFO] [stderr] Compiling hyper v0.11.27 [INFO] [stderr] Compiling prost-build v0.3.2 [INFO] [stderr] Compiling prost-twirp v0.1.0 [INFO] [stderr] Compiling prost-test v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `baz`? [INFO] [stderr] --> /opt/rustwide/target/debug/build/prost-test-ad7cf1cfd8385960/out/foo.rs:4:43 [INFO] [stderr] | [INFO] [stderr] 4 | pub baz: ::std::option::Option, [INFO] [stderr] | ^^^ maybe a missing crate `baz`? [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: Could not compile `prost-test`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `baz`? [INFO] [stderr] --> /opt/rustwide/target/debug/build/prost-test-ad7cf1cfd8385960/out/foo.rs:4:43 [INFO] [stderr] | [INFO] [stderr] 4 | pub baz: ::std::option::Option, [INFO] [stderr] | ^^^ maybe a missing crate `baz`? [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: Could not compile `prost-test`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "cd60208f83b01a3c00230aae3595a87e947101f6815fdd13c4633b4b3ec21a34"` [INFO] running `"docker" "rm" "-f" "cd60208f83b01a3c00230aae3595a87e947101f6815fdd13c4633b4b3ec21a34"` [INFO] [stdout] cd60208f83b01a3c00230aae3595a87e947101f6815fdd13c4633b4b3ec21a34