[INFO] fetching crate lv2-atom 1.0.1... [INFO] checking lv2-atom-1.0.1 against master#e2223c94bf433fc38234d1303e88cbaf14755863 for pr-69548 [INFO] extracting crate lv2-atom 1.0.1 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate lv2-atom 1.0.1 on toolchain e2223c94bf433fc38234d1303e88cbaf14755863 [INFO] running `"/workspace/cargo-home/bin/cargo" "+e2223c94bf433fc38234d1303e88cbaf14755863" "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-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e2223c94bf433fc38234d1303e88cbaf14755863" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e2223c94bf433fc38234d1303e88cbaf14755863" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+e2223c94bf433fc38234d1303e88cbaf14755863" "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] b67611785c17d13a1348a01e943cb36617e1bd71d695f6e4c0596765b5713f86 [INFO] running `"docker" "start" "-a" "b67611785c17d13a1348a01e943cb36617e1bd71d695f6e4c0596765b5713f86"` [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling bindgen v0.53.1 [INFO] [stderr] Compiling syn v1.0.16 [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[E0432]: unresolved import `urid::mapper` [INFO] [stderr] --> tests/atom_integration.rs:82:15 [INFO] [stderr] | [INFO] [stderr] 82 | 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] --> tests/atom_integration.rs:85:31 [INFO] [stderr] | [INFO] [stderr] 85 | 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] --> tests/atom_integration.rs:86:41 [INFO] [stderr] | [INFO] [stderr] 86 | let map_interface = Box::pin(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] --> tests/atom_integration.rs:87:20 [INFO] [stderr] | [INFO] [stderr] 87 | let map = Map::new(map_interface.as_ref().get_ref()); [INFO] [stderr] | ^^^ function or associated item not found in `urid::Map<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_ref` found for struct `std::pin::Pin>` in the current scope [INFO] [stderr] --> tests/atom_integration.rs:87:38 [INFO] [stderr] | [INFO] [stderr] 87 | let map = Map::new(map_interface.as_ref().get_ref()); [INFO] [stderr] | ^^^^^^ method not found in `std::pin::Pin>` [INFO] [stderr] | [INFO] [stderr] = note: `map_interface` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin>` in the current scope [INFO] [stderr] --> tests/atom_integration.rs:89:53 [INFO] [stderr] | [INFO] [stderr] 89 | let mut map_feature_interface = Box::pin(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 method named `as_mut` found for struct `std::pin::Pin>` in the current scope [INFO] [stderr] --> tests/atom_integration.rs:92:37 [INFO] [stderr] | [INFO] [stderr] 92 | data: map_feature_interface.as_mut().get_mut() as *mut _ as *mut c_void, [INFO] [stderr] | ^^^^^^ method not found in `std::pin::Pin>` [INFO] [stderr] | [INFO] [stderr] = note: `map_feature_interface` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 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] running `"docker" "inspect" "b67611785c17d13a1348a01e943cb36617e1bd71d695f6e4c0596765b5713f86"` [INFO] running `"docker" "rm" "-f" "b67611785c17d13a1348a01e943cb36617e1bd71d695f6e4c0596765b5713f86"` [INFO] [stdout] b67611785c17d13a1348a01e943cb36617e1bd71d695f6e4c0596765b5713f86