[INFO] crate dict_derive 0.2.0 is already in cache [INFO] checking dict_derive-0.2.0 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate dict_derive 0.2.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate dict_derive 0.2.0 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate dict_derive 0.2.0 [INFO] finished tweaking crates.io crate dict_derive 0.2.0 [INFO] tweaked toml for crates.io crate dict_derive 0.2.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] [stdout] 315e62b2dff2782eb098ec04859061f5cb8d960e6df01170ea49337a7e6b87d0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "315e62b2dff2782eb098ec04859061f5cb8d960e6df01170ea49337a7e6b87d0"` [INFO] [stderr] Compiling unindent v0.1.5 [INFO] [stderr] Compiling pyo3-derive-backend v0.8.5 [INFO] [stderr] Checking syn v1.0.14 [INFO] [stderr] Compiling dict_derive v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling paste-impl v0.1.6 [INFO] [stderr] Checking toml v0.5.6 [INFO] [stderr] Checking serde_json v1.0.46 [INFO] [stderr] Checking inventory v0.1.5 [INFO] [stderr] Compiling indoc-impl v0.3.4 [INFO] [stderr] Checking paste v0.1.6 [INFO] [stderr] Checking trybuild v1.0.21 [INFO] [stderr] Checking indoc v0.3.4 [INFO] [stderr] Compiling pyo3cls v0.8.5 [INFO] [stderr] Compiling pyo3 v0.8.5 [INFO] [stderr] error[E0425]: cannot find value `dict` in this scope [INFO] [stderr] --> tests/intopyobject.rs:8:11 [INFO] [stderr] | [INFO] [stderr] 8 | name: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> tests/intopyobject.rs:8:11 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(IntoPyObject, Debug)] [INFO] [stderr] | ------------ this function doesn't have a `self` parameter [INFO] [stderr] 7 | struct User { [INFO] [stderr] 8 | name: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `py` in this scope [INFO] [stderr] --> tests/intopyobject.rs:8:11 [INFO] [stderr] | [INFO] [stderr] 8 | name: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `dict` in this scope [INFO] [stderr] --> tests/intopyobject.rs:9:12 [INFO] [stderr] | [INFO] [stderr] 9 | email: String, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> tests/intopyobject.rs:9:12 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(IntoPyObject, Debug)] [INFO] [stderr] | ------------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 9 | email: String, [INFO] [stderr] | ^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `py` in this scope [INFO] [stderr] --> tests/intopyobject.rs:9:12 [INFO] [stderr] | [INFO] [stderr] 9 | email: String, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `dict` in this scope [INFO] [stderr] --> tests/intopyobject.rs:10:10 [INFO] [stderr] | [INFO] [stderr] 10 | age: u16, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> tests/intopyobject.rs:10:10 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(IntoPyObject, Debug)] [INFO] [stderr] | ------------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 10 | age: u16, [INFO] [stderr] | ^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `py` in this scope [INFO] [stderr] --> tests/intopyobject.rs:10:10 [INFO] [stderr] | [INFO] [stderr] 10 | age: u16, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0424, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0424`. [INFO] [stderr] error[E0425]: cannot find value `dict` in this scope [INFO] [stderr] --> tests/frompyobject.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | name: Option, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `dict` in this scope [INFO] [stderr] --> tests/frompyobject.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | email: String, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: could not compile `dict_derive`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find value `dict` in this scope [INFO] [stderr] --> tests/frompyobject.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | age: u16, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `dict` in this scope [INFO] [stderr] --> tests/frompyobject.rs:154:5 [INFO] [stderr] | [INFO] [stderr] 154 | name: Option, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `dict` in this scope [INFO] [stderr] --> tests/frompyobject.rs:155:5 [INFO] [stderr] | [INFO] [stderr] 155 | email: option::Option, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `dict` in this scope [INFO] [stderr] --> tests/frompyobject.rs:156:5 [INFO] [stderr] | [INFO] [stderr] 156 | age: std::option::Option, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `dict` in this scope [INFO] [stderr] --> tests/frompyobject.rs:157:5 [INFO] [stderr] | [INFO] [stderr] 157 | address: core::option::Option, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `dict_derive`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "315e62b2dff2782eb098ec04859061f5cb8d960e6df01170ea49337a7e6b87d0"` [INFO] running `"docker" "rm" "-f" "315e62b2dff2782eb098ec04859061f5cb8d960e6df01170ea49337a7e6b87d0"` [INFO] [stdout] 315e62b2dff2782eb098ec04859061f5cb8d960e6df01170ea49337a7e6b87d0