[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-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/illicitonion/code-graffiti"` [INFO] [stderr] Cloning into 'work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/illicitonion/code-graffiti'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/illicitonion/code-graffiti" "work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/illicitonion/code-graffiti"` [INFO] [stderr] Cloning into 'work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/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#435236b8877cdb98c82eaebfb7887782277265c5 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of illicitonion/code-graffiti on toolchain try#b5c7f157c20453dde8d47371abe73b32351b4e7f [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-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-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/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-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/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" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking illicitonion/code-graffiti against try#b5c7f157c20453dde8d47371abe73b32351b4e7f for pr-62849 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62849/worker-3/try#b5c7f157c20453dde8d47371abe73b32351b4e7f:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/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" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] cc50602da0046561bdbbdd28028b415177e1d585fd0e1d2e8ceeb75a7619983b [INFO] running `"docker" "start" "-a" "cc50602da0046561bdbbdd28028b415177e1d585fd0e1d2e8ceeb75a7619983b"` [INFO] [stderr] Checking boxfuture v0.0.1 [INFO] [stderr] Checking want v0.0.6 [INFO] [stderr] Checking r2d2 v0.8.2 [INFO] [stderr] Compiling openssl v0.10.10 [INFO] [stderr] Compiling native-tls v0.2.0 [INFO] [stderr] Checking env_logger v0.5.10 [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 module `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 module `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 module `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[E0425]: cannot find function `connect` in module `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 module `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 module `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: 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 module `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 module `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 module `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 module `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 module `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 module `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: 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: Could not compile `code-graffiti`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "cc50602da0046561bdbbdd28028b415177e1d585fd0e1d2e8ceeb75a7619983b"` [INFO] running `"docker" "rm" "-f" "cc50602da0046561bdbbdd28028b415177e1d585fd0e1d2e8ceeb75a7619983b"` [INFO] [stdout] cc50602da0046561bdbbdd28028b415177e1d585fd0e1d2e8ceeb75a7619983b