[INFO] updating cached repository https://github.com/illicitonion/code-graffiti
[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] 7df53b6f6e89d25677a2a47add97f3226e463706
[INFO] checking illicitonion/code-graffiti against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fillicitonion%2Fcode-graffiti" "/workspace/builds/worker-14/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/illicitonion/code-graffiti on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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 /workspace/builds/worker-14/source/Cargo.toml
[INFO] crate git repo https://github.com/illicitonion/code-graffiti already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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" "/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 06d2be8bab482206a6cba9d4fc24aee730039685fc462a2924ee2501c8389c8e
[INFO] running `"docker" "start" "-a" "06d2be8bab482206a6cba9d4fc24aee730039685fc462a2924ee2501c8389c8e"`
[INFO] [stderr]     Checking futures v0.1.22
[INFO] [stderr]     Checking lazy_static v1.0.1
[INFO] [stderr]    Compiling pkg-config v0.3.11
[INFO] [stderr]    Compiling openssl v0.10.10
[INFO] [stderr]    Compiling native-tls v0.2.0
[INFO] [stderr]     Checking string v0.1.0
[INFO] [stderr]    Compiling regex v1.0.1
[INFO] [stderr]     Checking termcolor v0.3.6
[INFO] [stderr]     Checking atty v0.2.10
[INFO] [stderr]     Checking regex-syntax v0.6.1
[INFO] [stderr]     Checking idna v0.1.5
[INFO] [stderr]     Checking http v0.1.7
[INFO] [stderr]     Checking r2d2 v0.8.2
[INFO] [stderr]    Compiling syn v0.14.4
[INFO] [stderr]     Checking serde_json v1.0.22
[INFO] [stderr]     Checking crossbeam-epoch v0.4.3
[INFO] [stderr]     Checking thread_local v0.3.5
[INFO] [stderr]     Checking clap v2.32.0
[INFO] [stderr]     Checking crossbeam-deque v0.3.1
[INFO] [stderr]    Compiling openssl-sys v0.9.33
[INFO] [stderr]     Checking url v1.7.1
[INFO] [stderr]     Checking tokio-io v0.1.7
[INFO] [stderr]     Checking tokio-executor v0.1.2
[INFO] [stderr]     Checking want v0.0.6
[INFO] [stderr]     Checking futures-cpupool v0.1.8
[INFO] [stderr]     Checking boxfuture v0.0.1
[INFO] [stderr]     Checking tokio-threadpool v0.1.5
[INFO] [stderr]     Checking tokio-timer v0.2.4
[INFO] [stderr]     Checking serde_urlencoded v0.5.2
[INFO] [stderr]     Checking tokio-reactor v0.1.2
[INFO] [stderr]     Checking tokio-codec v0.1.0
[INFO] [stderr]     Checking h2 v0.1.10
[INFO] [stderr]     Checking tokio-udp v0.1.1
[INFO] [stderr]     Checking tokio-tcp v0.1.0
[INFO] [stderr]     Checking tokio-fs v0.1.2
[INFO] [stderr]     Checking tokio v0.1.7
[INFO] [stderr]    Compiling serde_derive v1.0.70
[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/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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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[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] 
[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: 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] 
[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[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<code_graffiti::ConnectionManager>,
[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<code_graffiti::ConnectionManager>,
[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] [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" "06d2be8bab482206a6cba9d4fc24aee730039685fc462a2924ee2501c8389c8e"`
[INFO] running `"docker" "rm" "-f" "06d2be8bab482206a6cba9d4fc24aee730039685fc462a2924ee2501c8389c8e"`
[INFO] [stdout] 06d2be8bab482206a6cba9d4fc24aee730039685fc462a2924ee2501c8389c8e
