[INFO] updating cached repository https://github.com/cedricleroy/soleil [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4e3798ad28761e108b034a00719bcca90a24a6b2 [INFO] checking cedricleroy/soleil against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcedricleroy%2Fsoleil" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cedricleroy/soleil on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/cedricleroy/soleil [INFO] finished tweaking git repo https://github.com/cedricleroy/soleil [INFO] tweaked toml for git repo https://github.com/cedricleroy/soleil written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/cedricleroy/soleil 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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 2f8d8e1b500d771db80c90d918d76391f2a212f87db42e3a54e99ce6c2c70c33 [INFO] running `"docker" "start" "-a" "2f8d8e1b500d771db80c90d918d76391f2a212f87db42e3a54e99ce6c2c70c33"` [INFO] [stderr] Compiling ryu v1.0.1 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Checking itertools v0.8.2 [INFO] [stderr] Compiling proc-macro2 v1.0.5 [INFO] [stderr] Checking num_cpus v1.11.1 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking crossbeam-queue v0.2.0 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking ndarray v0.13.0 [INFO] [stderr] Checking crossbeam-deque v0.7.2 [INFO] [stderr] Checking rayon-core v1.6.1 [INFO] [stderr] Checking rayon v1.2.1 [INFO] [stderr] Compiling pyo3-derive-backend v0.8.1 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling proc-macro-hack v0.5.10 [INFO] [stderr] Compiling ctor v0.1.12 [INFO] [stderr] Compiling ghost v0.1.1 [INFO] [stderr] Compiling inventory-impl v0.1.4 [INFO] [stderr] Compiling dict_derive v0.2.0 [INFO] [stderr] Checking inventory v0.1.4 [INFO] [stderr] Compiling pyo3cls v0.8.1 [INFO] [stderr] Compiling paste-impl v0.1.6 [INFO] [stderr] Compiling indoc-impl v0.3.4 [INFO] [stderr] Checking indoc v0.3.4 [INFO] [stderr] Checking paste v0.1.6 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling pyo3 v0.8.1 [INFO] [stderr] Checking numpy v0.7.0 [INFO] [stderr] Checking soleil v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `dict` in this scope [INFO] [stderr] --> src/spa/mod.rs:9:16 [INFO] [stderr] | [INFO] [stderr] 9 | pub theta: f64, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/spa/mod.rs:9:16 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(IntoPyObject)] [INFO] [stderr] | ------------ this function doesn't have a `self` parameter [INFO] [stderr] 8 | pub struct Result { [INFO] [stderr] 9 | pub theta: f64, [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] --> src/spa/mod.rs:9:16 [INFO] [stderr] | [INFO] [stderr] 9 | pub theta: f64, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `dict` in this scope [INFO] [stderr] --> src/spa/mod.rs:10:17 [INFO] [stderr] | [INFO] [stderr] 10 | pub theta0: f64, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/spa/mod.rs:10:17 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(IntoPyObject)] [INFO] [stderr] | ------------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 10 | pub theta0: f64, [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] --> src/spa/mod.rs:10:17 [INFO] [stderr] | [INFO] [stderr] 10 | pub theta0: f64, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `dict` in this scope [INFO] [stderr] --> src/spa/mod.rs:11:12 [INFO] [stderr] | [INFO] [stderr] 11 | pub e: f64, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/spa/mod.rs:11:12 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(IntoPyObject)] [INFO] [stderr] | ------------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 11 | pub e: f64, [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] --> src/spa/mod.rs:11:12 [INFO] [stderr] | [INFO] [stderr] 11 | pub e: f64, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `dict` in this scope [INFO] [stderr] --> src/spa/mod.rs:12:13 [INFO] [stderr] | [INFO] [stderr] 12 | pub e0: f64, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/spa/mod.rs:12:13 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(IntoPyObject)] [INFO] [stderr] | ------------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 12 | pub e0: f64, [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] --> src/spa/mod.rs:12:13 [INFO] [stderr] | [INFO] [stderr] 12 | pub e0: f64, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `dict` in this scope [INFO] [stderr] --> src/spa/mod.rs:13:14 [INFO] [stderr] | [INFO] [stderr] 13 | pub phi: f64 [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/spa/mod.rs:13:14 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(IntoPyObject)] [INFO] [stderr] | ------------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 13 | pub phi: f64 [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] --> src/spa/mod.rs:13:14 [INFO] [stderr] | [INFO] [stderr] 13 | pub phi: f64 [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `dict` in this scope [INFO] [stderr] --> src/spa/mod.rs:9:16 [INFO] [stderr] | [INFO] [stderr] 9 | pub theta: f64, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/spa/mod.rs:9:16 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(IntoPyObject)] [INFO] [stderr] | ------------ this function doesn't have a `self` parameter [INFO] [stderr] 8 | pub struct Result { [INFO] [stderr] 9 | pub theta: f64, [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] --> src/spa/mod.rs:9:16 [INFO] [stderr] | [INFO] [stderr] 9 | pub theta: f64, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `dict` in this scope [INFO] [stderr] --> src/spa/mod.rs:10:17 [INFO] [stderr] | [INFO] [stderr] 10 | pub theta0: f64, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/spa/mod.rs:10:17 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(IntoPyObject)] [INFO] [stderr] | ------------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 10 | pub theta0: f64, [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] --> src/spa/mod.rs:10:17 [INFO] [stderr] | [INFO] [stderr] 10 | pub theta0: f64, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `dict` in this scope [INFO] [stderr] --> src/spa/mod.rs:11:12 [INFO] [stderr] | [INFO] [stderr] 11 | pub e: f64, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/spa/mod.rs:11:12 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(IntoPyObject)] [INFO] [stderr] | ------------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 11 | pub e: f64, [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] --> src/spa/mod.rs:11:12 [INFO] [stderr] | [INFO] [stderr] 11 | pub e: f64, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `dict` in this scope [INFO] [stderr] --> src/spa/mod.rs:12:13 [INFO] [stderr] | [INFO] [stderr] 12 | pub e0: f64, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/spa/mod.rs:12:13 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(IntoPyObject)] [INFO] [stderr] | ------------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 12 | pub e0: f64, [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] --> src/spa/mod.rs:12:13 [INFO] [stderr] | [INFO] [stderr] 12 | pub e0: f64, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `dict` in this scope [INFO] [stderr] --> src/spa/mod.rs:13:14 [INFO] [stderr] | [INFO] [stderr] 13 | pub phi: f64 [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/spa/mod.rs:13:14 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(IntoPyObject)] [INFO] [stderr] | ------------ this function doesn't have a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 13 | pub phi: f64 [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] --> src/spa/mod.rs:13:14 [INFO] [stderr] | [INFO] [stderr] 13 | pub phi: f64 [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 15 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: could not compile `soleil`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 15 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: could not compile `soleil`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2f8d8e1b500d771db80c90d918d76391f2a212f87db42e3a54e99ce6c2c70c33"` [INFO] running `"docker" "rm" "-f" "2f8d8e1b500d771db80c90d918d76391f2a212f87db42e3a54e99ce6c2c70c33"` [INFO] [stdout] 2f8d8e1b500d771db80c90d918d76391f2a212f87db42e3a54e99ce6c2c70c33