[INFO] crate rustpub 0.1.8 is already in cache
[INFO] checking rustpub-0.1.8 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate rustpub 0.1.8 into /workspace/builds/worker-3/source
[INFO] validating manifest of crates.io crate rustpub 0.1.8 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-3/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] 27e1dec1ef1b3bffec1e07e7ebff2a8febfcda541d9e9a73253388142e76a8b5
[INFO] running `"docker" "start" "-a" "27e1dec1ef1b3bffec1e07e7ebff2a8febfcda541d9e9a73253388142e76a8b5"`
[INFO] [stderr]    Compiling aho-corasick v0.7.8
[INFO] [stderr]    Compiling syn v1.0.14
[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 inventory-impl v0.1.5
[INFO] [stderr]    Compiling ctor v0.1.12
[INFO] [stderr]    Compiling ghost v0.1.1
[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" "27e1dec1ef1b3bffec1e07e7ebff2a8febfcda541d9e9a73253388142e76a8b5"`
[INFO] running `"docker" "rm" "-f" "27e1dec1ef1b3bffec1e07e7ebff2a8febfcda541d9e9a73253388142e76a8b5"`
[INFO] [stdout] 27e1dec1ef1b3bffec1e07e7ebff2a8febfcda541d9e9a73253388142e76a8b5
