[INFO] updating cached repository https://github.com/zurp/git-service
[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] 9c76efe8569d67d4c04e3ac1856225802b2becfc
[INFO] checking zurp/git-service against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzurp%2Fgit-service" "/workspace/builds/worker-7/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/zurp/git-service 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/zurp/git-service
[INFO] finished tweaking git repo https://github.com/zurp/git-service
[INFO] tweaked toml for git repo https://github.com/zurp/git-service written to /workspace/builds/worker-7/source/Cargo.toml
[INFO] crate git repo https://github.com/zurp/git-service already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 4f295e827b5801235d9a20300749e6470f95a120d1de899bb7acd6ff5461694e
[INFO] running `"docker" "start" "-a" "4f295e827b5801235d9a20300749e6470f95a120d1de899bb7acd6ff5461694e"`
[INFO] [stderr]    Compiling syn v1.0.5
[INFO] [stderr]     Checking want v0.2.0
[INFO] [stderr]    Compiling jobserver v0.1.17
[INFO] [stderr]    Compiling num_cpus v1.10.1
[INFO] [stderr]     Checking env_logger v0.6.2
[INFO] [stderr]     Checking tokio-io v0.1.12
[INFO] [stderr]    Compiling cc v1.0.45
[INFO] [stderr]     Checking pretty_env_logger v0.3.1
[INFO] [stderr]     Checking tokio-reactor v0.1.10
[INFO] [stderr]     Checking h2 v0.1.26
[INFO] [stderr]     Checking tokio v0.1.22
[INFO] [stderr]     Checking tokio-tcp v0.1.3
[INFO] [stderr]    Compiling openssl-sys v0.9.50
[INFO] [stderr]    Compiling libz-sys v1.0.25
[INFO] [stderr]    Compiling libssh2-sys v0.2.12
[INFO] [stderr]    Compiling backtrace-sys v0.1.31
[INFO] [stderr]    Compiling libgit2-sys v0.9.1
[INFO] [stderr]     Checking backtrace v0.3.38
[INFO] [stderr]     Checking failure v0.1.5
[INFO] [stderr]     Checking hyper v0.12.35
[INFO] [stderr]    Compiling serde_derive v1.0.101
[INFO] [stderr]     Checking git2 v0.10.1
[INFO] [stderr]     Checking serde v1.0.101
[INFO] [stderr]     Checking serde_json v1.0.41
[INFO] [stderr]     Checking git-service v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: $GIT_SERVICE_REPO_URL not found
[INFO] [stderr]   --> src/main.rs:20:15
[INFO] [stderr]    |
[INFO] [stderr] 20 |     let url = env!("GIT_SERVICE_REPO_URL", "$GIT_SERVICE_REPO_URL not found");
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: $GIT_SERVICE_CLONE_PATH not found
[INFO] [stderr]   --> src/main.rs:21:22
[INFO] [stderr]    |
[INFO] [stderr] 21 |       let clone_path = env!(
[INFO] [stderr]    |  ______________________^
[INFO] [stderr] 22 | |         "GIT_SERVICE_CLONE_PATH",
[INFO] [stderr] 23 | |         "$GIT_SERVICE_CLONE_PATH not found"
[INFO] [stderr] 24 | |     );
[INFO] [stderr]    | |_____^
[INFO] [stderr] 
[INFO] [stderr] error: $GIT_SERVICE_PORT not found
[INFO] [stderr]   --> src/main.rs:25:16
[INFO] [stderr]    |
[INFO] [stderr] 25 |     let port = env!("GIT_SERVICE_PORT", "$GIT_SERVICE_PORT not found");
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: $GIT_SERVICE_REPO_URL not found
[INFO] [stderr]   --> src/main.rs:20:15
[INFO] [stderr]    |
[INFO] [stderr] 20 |     let url = env!("GIT_SERVICE_REPO_URL", "$GIT_SERVICE_REPO_URL not found");
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: $GIT_SERVICE_CLONE_PATH not found
[INFO] [stderr]   --> src/main.rs:21:22
[INFO] [stderr]    |
[INFO] [stderr] 21 |       let clone_path = env!(
[INFO] [stderr]    |  ______________________^
[INFO] [stderr] 22 | |         "GIT_SERVICE_CLONE_PATH",
[INFO] [stderr] 23 | |         "$GIT_SERVICE_CLONE_PATH not found"
[INFO] [stderr] 24 | |     );
[INFO] [stderr]    | |_____^
[INFO] [stderr] 
[INFO] [stderr] error: $GIT_SERVICE_PORT not found
[INFO] [stderr]   --> src/main.rs:25:16
[INFO] [stderr]    |
[INFO] [stderr] 25 |     let port = env!("GIT_SERVICE_PORT", "$GIT_SERVICE_PORT not found");
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the size for values of type `str` cannot be known at compilation time
[INFO] [stderr]    --> src/main.rs:29:5
[INFO] [stderr]     |
[INFO] [stderr] 29  |     info!("  clone_path = {}", clone_path);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::marker::Sized` is not implemented for `str`
[INFO] [stderr]     = note: to learn more, visit <https://doc.rust-lang.org/book/ch19-04-advanced-types.html#dynamically-sized-types-and-the-sized-trait>
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the size for values of type `str` cannot be known at compilation time
[INFO] [stderr]    --> src/main.rs:29:5
[INFO] [stderr]     |
[INFO] [stderr] 29  |     info!("  clone_path = {}", clone_path);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::marker::Sized` is not implemented for `str`
[INFO] [stderr]     = note: to learn more, visit <https://doc.rust-lang.org/book/ch19-04-advanced-types.html#dynamically-sized-types-and-the-sized-trait>
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the size for values of type `str` cannot be known at compilation time
[INFO] [stderr]    --> src/main.rs:28:5
[INFO] [stderr]     |
[INFO] [stderr] 28  |     info!("  url = {}", url);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::marker::Sized` is not implemented for `str`
[INFO] [stderr]     = note: to learn more, visit <https://doc.rust-lang.org/book/ch19-04-advanced-types.html#dynamically-sized-types-and-the-sized-trait>
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the size for values of type `str` cannot be known at compilation time
[INFO] [stderr]    --> src/main.rs:28:5
[INFO] [stderr]     |
[INFO] [stderr] 28  |     info!("  url = {}", url);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::marker::Sized` is not implemented for `str`
[INFO] [stderr]     = note: to learn more, visit <https://doc.rust-lang.org/book/ch19-04-advanced-types.html#dynamically-sized-types-and-the-sized-trait>
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 5 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `git-service`.
[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 5 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `git-service`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "4f295e827b5801235d9a20300749e6470f95a120d1de899bb7acd6ff5461694e"`
[INFO] running `"docker" "rm" "-f" "4f295e827b5801235d9a20300749e6470f95a120d1de899bb7acd6ff5461694e"`
[INFO] [stdout] 4f295e827b5801235d9a20300749e6470f95a120d1de899bb7acd6ff5461694e
