[INFO] crate rustpub 0.1.8 is already in cache [INFO] checking rustpub-0.1.8 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate rustpub 0.1.8 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate rustpub 0.1.8 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate rustpub 0.1.8 [INFO] finished tweaking crates.io crate rustpub 0.1.8 [INFO] tweaked toml for crates.io crate rustpub 0.1.8 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate crates.io crate rustpub 0.1.8 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "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" "+45d050cde277b22a755847338f2acc2c7b834141" "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] 4b08872816423ba483934c0c882a26c3b56cb299d7ef9e3c354c5dcf6077b188 [INFO] running `"docker" "start" "-a" "4b08872816423ba483934c0c882a26c3b56cb299d7ef9e3c354c5dcf6077b188"` [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.14 [INFO] [stderr] Compiling anyhow v1.0.26 [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling aho-corasick v0.7.8 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling ghost v0.1.1 [INFO] [stderr] Compiling inventory-impl v0.1.5 [INFO] [stderr] Compiling ctor v0.1.12 [INFO] [stderr] Compiling typetag-impl v0.1.4 [INFO] [stderr] Compiling rustpub-macro v0.1.4 [INFO] [stderr] Checking inventory v0.1.5 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling derive_builder_core v0.9.0 [INFO] [stderr] Compiling derive_builder v0.9.0 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking erased-serde v0.3.10 [INFO] [stderr] Checking serde_json v1.0.46 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking typetag v0.1.4 [INFO] [stderr] Checking rustpub v0.1.8 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `complex` in `rustpub` [INFO] [stderr] --> examples/complex_property.rs:1:14 [INFO] [stderr] | [INFO] [stderr] 1 | use rustpub::complex::core::*; [INFO] [stderr] | ^^^^^^^ could not find `complex` in `rustpub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `complex` in `rustpub` [INFO] [stderr] --> examples/complex_property.rs:2:14 [INFO] [stderr] | [INFO] [stderr] 2 | use rustpub::complex::properties::*; [INFO] [stderr] | ^^^^^^^ could not find `complex` in `rustpub` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PersonBuilder` [INFO] [stderr] --> examples/complex_property.rs:5:18 [INFO] [stderr] | [INFO] [stderr] 5 | let person = PersonBuilder::default() [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `PersonBuilder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Id` [INFO] [stderr] --> examples/complex_property.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | .id(Id::String("https://c95.pw/api/users/feddy".into())) [INFO] [stderr] | ^^ use of undeclared type or module `Id` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Name` [INFO] [stderr] --> examples/complex_property.rs:7:15 [INFO] [stderr] | [INFO] [stderr] 7 | .name(Name::String("csos95".into())) [INFO] [stderr] | ^^^^ use of undeclared type or module `Name` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Name` [INFO] [stderr] --> examples/complex_property.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | Name::String(name) => println!("their name is {}", name), [INFO] [stderr] | ^^^^ use of undeclared type or module `Name` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Name` [INFO] [stderr] --> examples/complex_property.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | Name::Strings(names) => println!("their names are {:#?}", names), [INFO] [stderr] | ^^^^ use of undeclared type or module `Name` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Name` [INFO] [stderr] --> examples/complex_property.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | Name::Map(name_map) => println!("their names are {:#?}", name_map), [INFO] [stderr] | ^^^^ use of undeclared type or module `Name` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Name` [INFO] [stderr] --> examples/complex_property.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | Name::None => println!("they have no name"), [INFO] [stderr] | ^^^^ use of undeclared type or module `Name` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `CollectionEnum` in this scope [INFO] [stderr] --> examples/complex_property.rs:43:21 [INFO] [stderr] | [INFO] [stderr] 43 | let collection: CollectionEnum = serde_json::from_str(input).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `rustpub`. [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" "4b08872816423ba483934c0c882a26c3b56cb299d7ef9e3c354c5dcf6077b188"` [INFO] running `"docker" "rm" "-f" "4b08872816423ba483934c0c882a26c3b56cb299d7ef9e3c354c5dcf6077b188"` [INFO] [stdout] 4b08872816423ba483934c0c882a26c3b56cb299d7ef9e3c354c5dcf6077b188