[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 try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzurp%2Fgit-service" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zurp/git-service on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "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-9/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" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "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] 386a3ebf8633fea252d5f96a00b9343c2ed385460e15f676cd80e45e0179275e [INFO] running `"docker" "start" "-a" "386a3ebf8633fea252d5f96a00b9343c2ed385460e15f676cd80e45e0179275e"` [INFO] [stderr] Compiling pkg-config v0.3.16 [INFO] [stderr] Checking either v1.5.3 [INFO] [stderr] Compiling bitflags v1.2.0 [INFO] [stderr] Checking crossbeam-utils v0.6.6 [INFO] [stderr] Compiling jobserver v0.1.17 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Checking want v0.2.0 [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Compiling cc v1.0.45 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking tokio-executor v0.1.8 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Checking crossbeam-queue v0.1.2 [INFO] [stderr] Checking tokio-timer v0.2.11 [INFO] [stderr] Checking tokio-current-thread v0.1.6 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking http v0.1.18 [INFO] [stderr] Checking string v0.2.1 [INFO] [stderr] Checking tokio-buf v0.1.1 [INFO] [stderr] Checking tokio-threadpool v0.1.16 [INFO] [stderr] Checking pretty_env_logger v0.3.1 [INFO] [stderr] Checking tokio-reactor v0.1.10 [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 tokio v0.1.22 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking backtrace v0.3.38 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking http-body v0.1.0 [INFO] [stderr] Checking h2 v0.1.26 [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:33:40 [INFO] [stderr] | [INFO] [stderr] 33 | let mut repo = GitRepository::open(&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 [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 [INFO] [stderr] = note: this error 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[E0277]: the size for values of type `str` cannot be known at compilation time [INFO] [stderr] --> src/main.rs:33:40 [INFO] [stderr] | [INFO] [stderr] 33 | let mut repo = GitRepository::open(&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 [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 [INFO] [stderr] = note: this error 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: 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] 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" "386a3ebf8633fea252d5f96a00b9343c2ed385460e15f676cd80e45e0179275e"` [INFO] running `"docker" "rm" "-f" "386a3ebf8633fea252d5f96a00b9343c2ed385460e15f676cd80e45e0179275e"` [INFO] [stdout] 386a3ebf8633fea252d5f96a00b9343c2ed385460e15f676cd80e45e0179275e