[INFO] cloning repository https://github.com/pecusys/diml [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pecusys/diml" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpecusys%2Fdiml", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpecusys%2Fdiml'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 197102c83e8a45d702974d7b872f8c47fef4cabb [INFO] checking pecusys/diml against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpecusys%2Fdiml" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pecusys/diml on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/pecusys/diml [INFO] finished tweaking git repo https://github.com/pecusys/diml [INFO] tweaked toml for git repo https://github.com/pecusys/diml written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/pecusys/diml already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: unused manifest key: alias [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rayon-core v1.8.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c850608ffc43de6edfd3cecf1ab16558978ced4c1e29db059b05dc9e2b58bd3a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c850608ffc43de6edfd3cecf1ab16558978ced4c1e29db059b05dc9e2b58bd3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c850608ffc43de6edfd3cecf1ab16558978ced4c1e29db059b05dc9e2b58bd3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c850608ffc43de6edfd3cecf1ab16558978ced4c1e29db059b05dc9e2b58bd3a", kill_on_drop: false }` [INFO] [stdout] c850608ffc43de6edfd3cecf1ab16558978ced4c1e29db059b05dc9e2b58bd3a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 55ccdea2fa21e8915693a81b08ffc63aa0fcf24dcf289be8fd5d6026a299cc0c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "55ccdea2fa21e8915693a81b08ffc63aa0fcf24dcf289be8fd5d6026a299cc0c", kill_on_drop: false }` [INFO] [stderr] warning: unused manifest key: alias [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking petgraph v0.5.1 [INFO] [stderr] Checking diml v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `num` [INFO] [stdout] --> src/proc/monte_carlo.rs:15:21 [INFO] [stdout] | [INFO] [stdout] 15 | a: f32, b: f32, num: i32, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_num` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `num` [INFO] [stdout] --> src/proc/monte_carlo.rs:15:21 [INFO] [stdout] | [INFO] [stdout] 15 | a: f32, b: f32, num: i32, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_num` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `test` [INFO] [stdout] | [INFO] [stdout] = note: consider adding a `main` function to `src/bin/test.rs` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `diml` [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: could not find `simul` in `diml` [INFO] [stdout] --> src/bin/main.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use diml::simul::monte_carlo::*; [INFO] [stdout] | ^^^^^ could not find `simul` in `diml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `simul` in `diml` [INFO] [stdout] --> src/bin/main.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use diml::simul::monte_carlo::*; [INFO] [stdout] | ^^^^^ could not find `simul` in `diml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "55ccdea2fa21e8915693a81b08ffc63aa0fcf24dcf289be8fd5d6026a299cc0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55ccdea2fa21e8915693a81b08ffc63aa0fcf24dcf289be8fd5d6026a299cc0c", kill_on_drop: false }` [INFO] [stdout] 55ccdea2fa21e8915693a81b08ffc63aa0fcf24dcf289be8fd5d6026a299cc0c