[INFO] crate lv2-atom 1.0.1 is already in cache [INFO] checking lv2-atom-1.0.1 against master#3dbade652ed8ebac70f903e01f51cd92c4e4302c for pr-69880 [INFO] extracting crate lv2-atom 1.0.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate lv2-atom 1.0.1 on toolchain 3dbade652ed8ebac70f903e01f51cd92c4e4302c [INFO] running `"/workspace/cargo-home/bin/cargo" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate lv2-atom 1.0.1 [INFO] finished tweaking crates.io crate lv2-atom 1.0.1 [INFO] tweaked toml for crates.io crate lv2-atom 1.0.1 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-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" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2fcac005dc0cf52c591d7351683019cc0bc85392dbd808204d4bfce3f11c41d7 [INFO] running `"docker" "start" "-a" "2fcac005dc0cf52c591d7351683019cc0bc85392dbd808204d4bfce3f11c41d7"` [INFO] [stderr] Compiling bindgen v0.53.2 [INFO] [stderr] Compiling clang-sys v0.29.2 [INFO] [stderr] Compiling nom v5.1.1 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Compiling lv2-core-derive v1.0.1 [INFO] [stderr] Compiling lv2-urid-derive v1.0.1 [INFO] [stderr] Compiling lv2-sys v1.0.1 [INFO] [stderr] Checking lv2-core v1.0.1 [INFO] [stderr] Checking lv2-urid v1.0.1 [INFO] [stderr] Checking lv2-units v0.1.1 [INFO] [stderr] Checking lv2-atom v1.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `urid::mapper` [INFO] [stderr] --> src/port.rs:127:15 [INFO] [stderr] | [INFO] [stderr] 127 | use urid::mapper::*; [INFO] [stderr] | ^^^^^^ could not find `mapper` in `urid` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `urid::mapper` [INFO] [stderr] --> src/sequence.rs:271:15 [INFO] [stderr] | [INFO] [stderr] 271 | use urid::mapper::*; [INFO] [stderr] | ^^^^^^ could not find `mapper` in `urid` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `urid::mapper` [INFO] [stderr] --> src/tuple.rs:104:15 [INFO] [stderr] | [INFO] [stderr] 104 | use urid::mapper::*; [INFO] [stderr] | ^^^^^^ could not find `mapper` in `urid` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `HashURIDMapper` [INFO] [stderr] --> src/port.rs:132:35 [INFO] [stderr] | [INFO] [stderr] 132 | let mut mapper = Box::pin(HashURIDMapper::new()); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `HashURIDMapper` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `HashURIDMapper` [INFO] [stderr] --> src/sequence.rs:281:35 [INFO] [stderr] | [INFO] [stderr] 281 | let mut mapper = Box::pin(HashURIDMapper::new()); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `HashURIDMapper` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `HashURIDMapper` [INFO] [stderr] --> src/tuple.rs:109:35 [INFO] [stderr] | [INFO] [stderr] 109 | let mut mapper = Box::pin(HashURIDMapper::new()); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `HashURIDMapper` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin>` in the current scope [INFO] [stderr] --> src/port.rs:133:32 [INFO] [stderr] | [INFO] [stderr] 133 | let interface = mapper.as_mut().make_map_interface(); [INFO] [stderr] | ^^^^^^ method not found in `std::pin::Pin>` [INFO] [stderr] | [INFO] [stderr] = note: `mapper` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `urid::Map<'_>` in the current scope [INFO] [stderr] --> src/port.rs:134:24 [INFO] [stderr] | [INFO] [stderr] 134 | let map = Map::new(&interface); [INFO] [stderr] | ^^^ function or associated item not found in `urid::Map<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin>` in the current scope [INFO] [stderr] --> src/sequence.rs:282:32 [INFO] [stderr] | [INFO] [stderr] 282 | let interface = mapper.as_mut().make_map_interface(); [INFO] [stderr] | ^^^^^^ method not found in `std::pin::Pin>` [INFO] [stderr] | [INFO] [stderr] = note: `mapper` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `urid::Map<'_>` in the current scope [INFO] [stderr] --> src/sequence.rs:283:24 [INFO] [stderr] | [INFO] [stderr] 283 | let map = Map::new(&interface); [INFO] [stderr] | ^^^ function or associated item not found in `urid::Map<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin>` in the current scope [INFO] [stderr] --> src/tuple.rs:110:32 [INFO] [stderr] | [INFO] [stderr] 110 | let interface = mapper.as_mut().make_map_interface(); [INFO] [stderr] | ^^^^^^ method not found in `std::pin::Pin>` [INFO] [stderr] | [INFO] [stderr] = note: `mapper` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `urid::Map<'_>` in the current scope [INFO] [stderr] --> src/tuple.rs:111:24 [INFO] [stderr] | [INFO] [stderr] 111 | let map = Map::new(&interface); [INFO] [stderr] | ^^^ function or associated item not found in `urid::Map<'_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 12 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `lv2-atom`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "2fcac005dc0cf52c591d7351683019cc0bc85392dbd808204d4bfce3f11c41d7"` [INFO] running `"docker" "rm" "-f" "2fcac005dc0cf52c591d7351683019cc0bc85392dbd808204d4bfce3f11c41d7"` [INFO] [stdout] 2fcac005dc0cf52c591d7351683019cc0bc85392dbd808204d4bfce3f11c41d7