[INFO] fetching crate folda 0.0.1... [INFO] checking folda-0.0.1 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate folda 0.0.1 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate folda 0.0.1 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate folda 0.0.1 [INFO] finished tweaking crates.io crate folda 0.0.1 [INFO] tweaked toml for crates.io crate folda 0.0.1 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded display_derive v0.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2ac10ad06e51849128f5d7571bddbd5c56c5f828b5533941d5c7653de039e1b1 [INFO] running `Command { std: "docker" "start" "-a" "2ac10ad06e51849128f5d7571bddbd5c56c5f828b5533941d5c7653de039e1b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2ac10ad06e51849128f5d7571bddbd5c56c5f828b5533941d5c7653de039e1b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ac10ad06e51849128f5d7571bddbd5c56c5f828b5533941d5c7653de039e1b1", kill_on_drop: false }` [INFO] [stdout] 2ac10ad06e51849128f5d7571bddbd5c56c5f828b5533941d5c7653de039e1b1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 93061eaca9cd7addb4f52e7b364d6b1da347690faeaffebaae94cbb5b4033fb9 [INFO] running `Command { std: "docker" "start" "-a" "93061eaca9cd7addb4f52e7b364d6b1da347690faeaffebaae94cbb5b4033fb9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking traitobject v0.1.0 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Checking unsafe-any v0.4.2 [INFO] [stderr] Checking typemap v0.3.3 [INFO] [stderr] Compiling synstructure v0.6.1 [INFO] [stderr] Compiling display_derive v0.0.0 [INFO] [stderr] Checking folda v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/lib.rs:282:9 [INFO] [stdout] | [INFO] [stdout] 282 | mem::replace(retrived_mark, State::InStore(Rc::new(value))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/lib.rs:282:9 [INFO] [stdout] | [INFO] [stdout] 282 | mem::replace(retrived_mark, State::InStore(Rc::new(value))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rod` [INFO] [stdout] --> tests/store.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rod::*; [INFO] [stdout] | ^^^ use of undeclared crate or module `rod` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StoreError` [INFO] [stdout] --> tests/store.rs:34:28 [INFO] [stdout] | [INFO] [stdout] 34 | mem::discriminant(&StoreError::Existing), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `StoreError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LockError` [INFO] [stdout] --> tests/store.rs:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | mem::discriminant(&LockError::Locked), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `LockError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LockError` [INFO] [stdout] --> tests/store.rs:114:28 [INFO] [stdout] | [INFO] [stdout] 114 | mem::discriminant(&LockError::Borrowed), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `LockError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BorrowError` [INFO] [stdout] --> tests/store.rs:124:28 [INFO] [stdout] | [INFO] [stdout] 124 | mem::discriminant(&BorrowError::Locked), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BorrowError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Store` [INFO] [stdout] --> tests/store.rs:23:17 [INFO] [stdout] | [INFO] [stdout] 23 | let store = Store::new(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use folda::Store; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Store` [INFO] [stdout] --> tests/store.rs:45:17 [INFO] [stdout] | [INFO] [stdout] 45 | let store = Store::new(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use folda::Store; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Store` [INFO] [stdout] --> tests/store.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | let store = Store::new(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use folda::Store; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Store` [INFO] [stdout] --> tests/store.rs:100:17 [INFO] [stdout] | [INFO] [stdout] 100 | let store = Store::new(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use folda::Store; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `folda` due to 10 previous errors [INFO] running `Command { std: "docker" "inspect" "93061eaca9cd7addb4f52e7b364d6b1da347690faeaffebaae94cbb5b4033fb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93061eaca9cd7addb4f52e7b364d6b1da347690faeaffebaae94cbb5b4033fb9", kill_on_drop: false }` [INFO] [stdout] 93061eaca9cd7addb4f52e7b364d6b1da347690faeaffebaae94cbb5b4033fb9