[INFO] updating cached repository illicitonion/code-graffiti [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/illicitonion/code-graffiti [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/illicitonion/code-graffiti" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/illicitonion/code-graffiti"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/illicitonion/code-graffiti'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/illicitonion/code-graffiti" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/illicitonion/code-graffiti"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/illicitonion/code-graffiti'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7df53b6f6e89d25677a2a47add97f3226e463706 [INFO] sha for GitHub repo illicitonion/code-graffiti: 7df53b6f6e89d25677a2a47add97f3226e463706 [INFO] validating manifest of illicitonion/code-graffiti on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of illicitonion/code-graffiti on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing illicitonion/code-graffiti [INFO] finished frobbing illicitonion/code-graffiti [INFO] frobbed toml for illicitonion/code-graffiti written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/illicitonion/code-graffiti/Cargo.toml [INFO] started frobbing illicitonion/code-graffiti [INFO] finished frobbing illicitonion/code-graffiti [INFO] frobbed toml for illicitonion/code-graffiti written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/illicitonion/code-graffiti/Cargo.toml [INFO] crate illicitonion/code-graffiti already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking illicitonion/code-graffiti against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-5/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/illicitonion/code-graffiti:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] d8f22ea00db20c51eee989f1252235bab25d6b746c3c8bcccdad655268932781 [INFO] running `"docker" "start" "-a" "d8f22ea00db20c51eee989f1252235bab25d6b746c3c8bcccdad655268932781"` [INFO] [stderr] Checking boxfuture v0.0.1 [INFO] [stderr] Checking want v0.0.6 [INFO] [stderr] Checking r2d2 v0.8.2 [INFO] [stderr] Checking h2 v0.1.10 [INFO] [stderr] Checking env_logger v0.5.10 [INFO] [stderr] Checking tokio-fs v0.1.2 [INFO] [stderr] Checking tokio v0.1.7 [INFO] [stderr] Checking hyper v0.12.6 [INFO] [stderr] Checking hyper-tls v0.3.0 [INFO] [stderr] Checking code-graffiti v0.0.1 (/opt/crater/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] 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 `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[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] warning: build failed, waiting for other jobs to finish... [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" "d8f22ea00db20c51eee989f1252235bab25d6b746c3c8bcccdad655268932781"` [INFO] running `"docker" "rm" "-f" "d8f22ea00db20c51eee989f1252235bab25d6b746c3c8bcccdad655268932781"` [INFO] [stdout] d8f22ea00db20c51eee989f1252235bab25d6b746c3c8bcccdad655268932781