[INFO] updating cached repository https://github.com/wbglaeser/library [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] 3317073d83ab19dbaf7e1fb50f3ca7e945e11331 [INFO] testing wbglaeser/library against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwbglaeser%2Flibrary" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wbglaeser/library on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/wbglaeser/library [INFO] finished tweaking git repo https://github.com/wbglaeser/library [INFO] tweaked toml for git repo https://github.com/wbglaeser/library written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/wbglaeser/library already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ee68323f638b928abad3a16f972c43d30a716e9186663620aec452d3487cdc5a [INFO] running `"docker" "start" "-a" "ee68323f638b928abad3a16f972c43d30a716e9186663620aec452d3487cdc5a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling arrayref v0.3.5 [INFO] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling safemem v0.2.0 [INFO] [stderr] Compiling fallible-iterator v0.1.6 [INFO] [stderr] Compiling md5 v0.3.8 [INFO] [stderr] Compiling hex v0.2.0 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling socket2 v0.3.8 [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling block-buffer v0.3.3 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling digest v0.7.6 [INFO] [stderr] Compiling crypto-mac v0.5.2 [INFO] [stderr] Compiling hmac v0.5.0 [INFO] [stderr] Compiling sha2 v0.7.1 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling postgres-protocol v0.3.2 [INFO] [stderr] Compiling postgres-shared v0.4.2 [INFO] [stderr] Compiling postgres v0.15.2 [INFO] [stderr] Compiling library v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0583]: file not found for module `entry_add` [INFO] [stderr] --> src/bin/entry_management.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | pub mod entry_add; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: to create the module `entry_add`, create file "src/bin/entry_add.rs" [INFO] [stderr] [INFO] [stderr] error[E0583]: file not found for module `dbpsql` [INFO] [stderr] --> src/bin/db_setup.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | pub mod dbpsql; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: to create the module `dbpsql`, create file "src/bin/dbpsql.rs" [INFO] [stderr] [INFO] [stderr] error[E0601]: `main` function not found in crate `entry_management` [INFO] [stderr] --> src/bin/entry_management.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | pub mod entry_add; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ consider adding a `main` function to `src/bin/entry_management.rs` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0583, E0601. [INFO] [stderr] For more information about an error, try `rustc --explain E0583`. [INFO] [stderr] error: could not compile `library`. [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[E0601]: `main` function not found in crate `db_setup` [INFO] [stderr] --> src/bin/db_setup.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | pub mod dbpsql; [INFO] [stderr] | ^^^^^^^^^^^^^^^ consider adding a `main` function to `src/bin/db_setup.rs` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0583, E0601. [INFO] [stderr] For more information about an error, try `rustc --explain E0583`. [INFO] [stderr] warning: unused import: `std::io` [INFO] [stderr] --> src/bin/main.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::io; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `error` [INFO] [stderr] --> src/bin/db_setup/dbpsql.rs:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | Err(error) => { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `error` [INFO] [stderr] --> src/bin/db_setup/dbpsql.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | Err(error) => { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_error` [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Publication` [INFO] [stderr] --> src/bin/db_setup/dbpsql.rs:4:8 [INFO] [stderr] | [INFO] [stderr] 4 | struct Publication { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `id` [INFO] [stderr] --> src/bin/entry_management/entry_add.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | id: i32, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "ee68323f638b928abad3a16f972c43d30a716e9186663620aec452d3487cdc5a"` [INFO] running `"docker" "rm" "-f" "ee68323f638b928abad3a16f972c43d30a716e9186663620aec452d3487cdc5a"` [INFO] [stdout] ee68323f638b928abad3a16f972c43d30a716e9186663620aec452d3487cdc5a