[INFO] cloning repository https://github.com/nutcas3/escrow-sample [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nutcas3/escrow-sample" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnutcas3%2Fescrow-sample", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnutcas3%2Fescrow-sample'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d963a2668b27bdfe1a0d39b8e9d7197d8241e60b [INFO] testing nutcas3/escrow-sample against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnutcas3%2Fescrow-sample" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/nutcas3/escrow-sample [INFO] finished tweaking git repo https://github.com/nutcas3/escrow-sample [INFO] tweaked toml for git repo https://github.com/nutcas3/escrow-sample written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/nutcas3/escrow-sample on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/nutcas3/escrow-sample 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 94350122b23f03780f5f30687fd0d81313142ab0d6873cd3ef862f3d7cc2ad74 [INFO] running `Command { std: "docker" "start" "-a" "94350122b23f03780f5f30687fd0d81313142ab0d6873cd3ef862f3d7cc2ad74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "94350122b23f03780f5f30687fd0d81313142ab0d6873cd3ef862f3d7cc2ad74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94350122b23f03780f5f30687fd0d81313142ab0d6873cd3ef862f3d7cc2ad74", kill_on_drop: false }` [INFO] [stdout] 94350122b23f03780f5f30687fd0d81313142ab0d6873cd3ef862f3d7cc2ad74 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 596731ed338111cc8bebf9292a98fdd05d054708c210b86d104826fd5aecd50d [INFO] running `Command { std: "docker" "start" "-a" "596731ed338111cc8bebf9292a98fdd05d054708c210b86d104826fd5aecd50d", kill_on_drop: false }` [INFO] [stderr] Compiling book_rental_escrow v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `substrate_core` [INFO] [stdout] --> src/main.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use substrate_core::system::System; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `substrate_core` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `substrate_core`, use `cargo add substrate_core` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `book_rental_escrow` (bin "book_rental_escrow") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "596731ed338111cc8bebf9292a98fdd05d054708c210b86d104826fd5aecd50d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "596731ed338111cc8bebf9292a98fdd05d054708c210b86d104826fd5aecd50d", kill_on_drop: false }` [INFO] [stdout] 596731ed338111cc8bebf9292a98fdd05d054708c210b86d104826fd5aecd50d