[INFO] updating cached repository https://github.com/illicitonion/code-graffiti [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] 7df53b6f6e89d25677a2a47add97f3226e463706 [INFO] testing illicitonion/code-graffiti against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fillicitonion%2Fcode-graffiti" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/illicitonion/code-graffiti on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/illicitonion/code-graffiti [INFO] finished tweaking git repo https://github.com/illicitonion/code-graffiti [INFO] tweaked toml for git repo https://github.com/illicitonion/code-graffiti written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/illicitonion/code-graffiti already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 93dedf9a3d68f6672feec013abd513a7b1623fc1b8c930c53c11275508dbeda3 [INFO] running `"docker" "start" "-a" "93dedf9a3d68f6672feec013abd513a7b1623fc1b8c930c53c11275508dbeda3"` [INFO] [stderr] Compiling boxfuture v0.0.1 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling hyper v0.12.6 [INFO] [stderr] Compiling hyper-tls v0.3.0 [INFO] [stderr] Compiling code-graffiti v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/github.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | / lazy_static! { [INFO] [stderr] 72 | | static ref SHA_REGEX: regex::Regex = regex::Regex::new("^[0-9a-fA-f]{40}$").unwrap(); [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `connect` in crate `code_graffiti` [INFO] [stderr] --> bin/cli.rs:17:37 [INFO] [stderr] | [INFO] [stderr] 17 | let connection = code_graffiti::connect(matches.value_of("database").unwrap())?; [INFO] [stderr] | ^^^^^^^ not found in `code_graffiti` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `comments_for_line` in crate `code_graffiti` [INFO] [stderr] --> bin/cli.rs:37:43 [INFO] [stderr] | [INFO] [stderr] 37 | let comments = code_graffiti::comments_for_line(&connection, &line)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in `code_graffiti` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `leave_comment` in crate `code_graffiti` [INFO] [stderr] --> bin/cli.rs:45:53 [INFO] [stderr] | [INFO] [stderr] 45 | ("post", Some(sub_match)) => code_graffiti::leave_comment( [INFO] [stderr] | ^^^^^^^^^^^^^ not found in `code_graffiti` [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 `code-graffiti`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find function `make_connection_manager` in crate `code_graffiti` [INFO] [stderr] --> bin/api.rs:38:43 [INFO] [stderr] | [INFO] [stderr] 38 | let database_manager = code_graffiti::make_connection_manager(database); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in `code_graffiti` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ConnectionManager` in crate `code_graffiti` [INFO] [stderr] --> bin/api.rs:62:46 [INFO] [stderr] | [INFO] [stderr] 62 | database_pool: r2d2::Pool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in `code_graffiti` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `comments_for_line` in crate `code_graffiti` [INFO] [stderr] --> bin/api.rs:152:32 [INFO] [stderr] | [INFO] [stderr] 152 | code_graffiti::comments_for_line(connection, &context) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in `code_graffiti` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `code-graffiti`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "93dedf9a3d68f6672feec013abd513a7b1623fc1b8c930c53c11275508dbeda3"` [INFO] running `"docker" "rm" "-f" "93dedf9a3d68f6672feec013abd513a7b1623fc1b8c930c53c11275508dbeda3"` [INFO] [stdout] 93dedf9a3d68f6672feec013abd513a7b1623fc1b8c930c53c11275508dbeda3