[INFO] crate schemars 0.7.0-alpha-1 is already in cache [INFO] checking schemars-0.7.0-alpha-1 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate schemars 0.7.0-alpha-1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate schemars 0.7.0-alpha-1 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate schemars 0.7.0-alpha-1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate schemars 0.7.0-alpha-1 [INFO] tweaked toml for crates.io crate schemars 0.7.0-alpha-1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate schemars 0.7.0-alpha-1 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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] c122db5f6ecabd2d50fddb5b74bf2e6b0679bdf1b48633d8792424d11c5799ce [INFO] running `"docker" "start" "-a" "c122db5f6ecabd2d50fddb5b74bf2e6b0679bdf1b48633d8792424d11c5799ce"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling schemars v0.7.0-alpha-1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling serde_derive_internals v0.25.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling schemars_derive v0.7.0-alpha-1 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking serde_json v1.0.44 [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/property_name.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | camel_case: i32, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/property_name.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | camel_case: i32, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/property_name.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | / #[schemars(rename = "new_name_2")] [INFO] [stderr] 13 | | old_name_2: i32, [INFO] [stderr] | |___________________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/property_name.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | / #[schemars(rename = "new_name_2")] [INFO] [stderr] 13 | | old_name_2: i32, [INFO] [stderr] | |___________________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `schemars`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> examples/custom_serialization.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | / #[schemars(with = "String")] [INFO] [stderr] 9 | | pub int_as_string: i32, [INFO] [stderr] | |__________________________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> examples/custom_serialization.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | / #[schemars(with = "String")] [INFO] [stderr] 9 | | pub int_as_string: i32, [INFO] [stderr] | |__________________________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> examples/custom_serialization.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / #[schemars(with = "String")] [INFO] [stderr] 14 | | pub bool_as_string: bool, [INFO] [stderr] | |____________________________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> examples/custom_serialization.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / #[schemars(with = "String")] [INFO] [stderr] 14 | | pub bool_as_string: bool, [INFO] [stderr] | |____________________________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `schemars`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/struct.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | foo: i32, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/struct.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | foo: i32, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/struct.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | bar: bool, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/struct.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | bar: bool, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/struct.rs:25:20 [INFO] [stderr] | [INFO] [stderr] 25 | pub struct Newtype(i32); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/skip.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | included: (), [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/skip.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | included: (), [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/skip.rs:46:15 [INFO] [stderr] | [INFO] [stderr] 46 | Included1(f32), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `schemars`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `schemars`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/default.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | pub my_int: i32, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/default.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | pub my_int: i32, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/default.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | pub my_bool: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/default.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | pub my_bool: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/default.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | pub my_bool: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/default.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | pub my_bool: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/range.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | range: Range, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/range.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | range: Range, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/range.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | inclusive: RangeInclusive, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/range.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | inclusive: RangeInclusive, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/range.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | bound: Bound, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/range.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | bound: Bound, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `schemars`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `schemars`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/flatten.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | f: f32, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/flatten.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | f: f32, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/flatten.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | b: bool, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/flatten.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | b: bool, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/flatten.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | s: String, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/flatten.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | s: String, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/flatten.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | v: Vec, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/flatten.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | v: Vec, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/flatten.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | f: f32, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/flatten.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | f: f32, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/flatten.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | v: Vec, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/flatten.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | v: Vec, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/flatten.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | / #[schemars(flatten)] [INFO] [stderr] 20 | | deep2: Deep2, [INFO] [stderr] | |________________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/flatten.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | b: bool, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/flatten.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | b: bool, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/flatten.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | s: &'static str, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/flatten.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | s: &'static str, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/nonzero_ints.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | unsigned: u32, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/nonzero_ints.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | unsigned: u32, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> examples/serde_attrs.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | pub my_bool: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/result.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | foo: i32, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/result.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | foo: i32, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/result.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | result1: Result>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/result.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | result1: Result>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/result.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | result2: Result, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> examples/serde_attrs.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | pub my_bool: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/nonzero_ints.rs:12:9 [INFO] [stderr] | [INFO] [stderr] 12 | nonzero_unsigned: std::num::NonZeroU32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/docs.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / /// # An integer [INFO] [stderr] 15 | | pub my_int: i32, [INFO] [stderr] | |___________________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/docs.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / /// # An integer [INFO] [stderr] 15 | | pub my_int: i32, [INFO] [stderr] | |___________________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/docs.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | pub my_undocumented_bool: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> examples/serde_attrs.rs:17:19 [INFO] [stderr] | [INFO] [stderr] 17 | StringNewType(String), [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> examples/serde_attrs.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 19 | floats: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> examples/serde_attrs.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 19 | floats: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/nonzero_ints.rs:12:9 [INFO] [stderr] | [INFO] [stderr] 12 | nonzero_unsigned: std::num::NonZeroU32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/nonzero_ints.rs:13:9 [INFO] [stderr] | [INFO] [stderr] 13 | signed: i32, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/nonzero_ints.rs:13:9 [INFO] [stderr] | [INFO] [stderr] 13 | signed: i32, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/nonzero_ints.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | nonzero_signed: std::num::NonZeroI32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/nonzero_ints.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | nonzero_signed: std::num::NonZeroI32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/result.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | result2: Result, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/docs.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | pub my_undocumented_bool: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: could not compile `schemars`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/docs.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | / /// A unit struct instance [INFO] [stderr] 18 | | pub my_unit: MyUnitStruct, [INFO] [stderr] | |_____________________________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/docs.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | / /// A unit struct instance [INFO] [stderr] 18 | | pub my_unit: MyUnitStruct, [INFO] [stderr] | |_____________________________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/docs.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | / /// ### A nullable string [INFO] [stderr] 38 | | /// [INFO] [stderr] 39 | | /// This field is a nullable string. [INFO] [stderr] 40 | | /// [INFO] [stderr] ... | [INFO] [stderr] 49 | | /// And this is the third! [INFO] [stderr] 50 | | my_nullable_string: Option, [INFO] [stderr] | |__________________________________________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/docs.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | / /// ### A nullable string [INFO] [stderr] 38 | | /// [INFO] [stderr] 39 | | /// This field is a nullable string. [INFO] [stderr] 40 | | /// [INFO] [stderr] ... | [INFO] [stderr] 49 | | /// And this is the third! [INFO] [stderr] 50 | | my_nullable_string: Option, [INFO] [stderr] | |__________________________________________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `schemars`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `schemars`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `schemars`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> examples/main.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | pub my_int: i32, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> examples/main.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | pub my_int: i32, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> examples/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | pub my_bool: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> examples/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | pub my_bool: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> examples/main.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | pub my_nullable_enum: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> examples/main.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | pub my_nullable_enum: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> examples/main.rs:12:19 [INFO] [stderr] | [INFO] [stderr] 12 | StringNewType(String), [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> examples/main.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | floats: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> examples/main.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | floats: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/time.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | duration: Duration, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/time.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | duration: Duration, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/time.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | time: SystemTime, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/time.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | time: SystemTime, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `schemars`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `schemars`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/ffi.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | owned: OsString, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/ffi.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | owned: OsString, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/ffi.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | borrowed: &'static OsStr, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/ffi.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | borrowed: &'static OsStr, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `schemars`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `schemars`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/schema_name.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | t: T, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/schema_name.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | t: T, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/schema_name.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | u: U, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/schema_name.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | u: U, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/schema_name.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | v: V, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/schema_name.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | v: V, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/schema_name.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | w: W, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/schema_name.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | w: W, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/schema_name.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | inner: MySimpleStruct, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/schema_name.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | inner: MySimpleStruct, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/schema_name.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | foo: i32, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/schema_name.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | foo: i32, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/schema_name.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | t: T, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/schema_name.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | t: T, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/schema_name.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | u: U, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/schema_name.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | u: U, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/schema_name.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | v: V, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/schema_name.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | v: V, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/schema_name.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | w: W, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/schema_name.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | w: W, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/schema_name.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | inner: MySimpleRenamedStruct, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/schema_name.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | inner: MySimpleRenamedStruct, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> tests/schema_name.rs:39:5 [INFO] [stderr] | [INFO] [stderr] 39 | foo: i32, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> tests/schema_name.rs:39:5 [INFO] [stderr] | [INFO] [stderr] 39 | foo: i32, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 24 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `schemars`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c122db5f6ecabd2d50fddb5b74bf2e6b0679bdf1b48633d8792424d11c5799ce"` [INFO] running `"docker" "rm" "-f" "c122db5f6ecabd2d50fddb5b74bf2e6b0679bdf1b48633d8792424d11c5799ce"` [INFO] [stdout] c122db5f6ecabd2d50fddb5b74bf2e6b0679bdf1b48633d8792424d11c5799ce