[INFO] crate github-star-counter 1.1.1 is already in cache
[INFO] checking github-star-counter-1.1.1 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate github-star-counter 1.1.1 into /workspace/builds/worker-14/source
[INFO] validating manifest of crates.io crate github-star-counter 1.1.1 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate github-star-counter 1.1.1
[INFO] finished tweaking crates.io crate github-star-counter 1.1.1
[INFO] tweaked toml for crates.io crate github-star-counter 1.1.1 written to /workspace/builds/worker-14/source/Cargo.toml
[INFO] crate crates.io crate github-star-counter 1.1.1 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 4f53218ad0b239d63320f3f770962f39349cbb9000edb58c10ac3b139acb1cf8
[INFO] running `"docker" "start" "-a" "4f53218ad0b239d63320f3f770962f39349cbb9000edb58c10ac3b139acb1cf8"`
[INFO] [stderr]    Compiling syn v1.0.11
[INFO] [stderr]     Checking futures-sink-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking futures-io-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking unic-common v0.7.0
[INFO] [stderr]    Compiling curl v0.4.25
[INFO] [stderr]     Checking unic-char-range v0.7.0
[INFO] [stderr]    Compiling isahc v0.7.6
[INFO] [stderr]     Checking bytes v0.5.2
[INFO] [stderr]     Checking bytesize v1.0.0
[INFO] [stderr]    Compiling libz-sys v1.0.25
[INFO] [stderr]    Compiling libnghttp2-sys v0.1.2
[INFO] [stderr]    Compiling curl-sys v0.4.24
[INFO] [stderr]     Checking colored v1.9.0
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]     Checking unic-ucd-version v0.7.0
[INFO] [stderr]     Checking unic-char-property v0.7.0
[INFO] [stderr]     Checking futures-channel-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking unic-ucd-segment v0.7.0
[INFO] [stderr]     Checking simple_logger v1.3.0
[INFO] [stderr]     Checking sluice v0.4.2
[INFO] [stderr]     Checking unic-segment v0.7.0
[INFO] [stderr]    Compiling pest_generator v2.1.1
[INFO] [stderr]    Compiling proc-macro-error v0.2.6
[INFO] [stderr]    Compiling proc-macro-hack v0.5.11
[INFO] [stderr]    Compiling serde_derive v1.0.103
[INFO] [stderr]    Compiling tokio-macros v0.2.0
[INFO] [stderr]    Compiling structopt-derive v0.3.5
[INFO] [stderr]    Compiling pest_derive v2.1.0
[INFO] [stderr]     Checking tokio v0.2.2
[INFO] [stderr]    Compiling futures-join-macro-preview v0.3.0-alpha.19
[INFO] [stderr]    Compiling futures-select-macro-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking structopt v0.3.5
[INFO] [stderr]     Checking futures-util-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking futures-executor-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking futures-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking serde v1.0.103
[INFO] [stderr]     Checking serde_json v1.0.44
[INFO] [stderr]     Checking serde_urlencoded v0.6.1
[INFO] [stderr]     Checking tera v0.11.20
[INFO] [stderr]     Checking surf v1.0.3
[INFO] [stderr]     Checking github-star-counter v1.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] error: couldn't read src/../test/fixtures/github.com-byron.json: No such file or directory (os error 2)
[INFO] [stderr]  --> src/tests.rs:7:26
[INFO] [stderr]   |
[INFO] [stderr] 7 | static USER_JSON: &str = include_str!("../test/fixtures/github.com-byron.json");
[INFO] [stderr]   |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[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: couldn't read src/../test/fixtures/github.com-byron-repos-page-1.json: No such file or directory (os error 2)
[INFO] [stderr]  --> src/tests.rs:8:27
[INFO] [stderr]   |
[INFO] [stderr] 8 | static PAGE1_JSON: &str = include_str!("../test/fixtures/github.com-byron-repos-page-1.json");
[INFO] [stderr]   |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[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: couldn't read src/../test/fixtures/github.com-byron-output.txt: No such file or directory (os error 2)
[INFO] [stderr]  --> src/tests.rs:9:28
[INFO] [stderr]   |
[INFO] [stderr] 9 | static USER_OUTPUT: &str = include_str!("../test/fixtures/github.com-byron-output.txt");
[INFO] [stderr]   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[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: couldn't read src/../test/fixtures/github.com-byron-output-threshold-30.txt: No such file or directory (os error 2)
[INFO] [stderr]   --> src/tests.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 |     include_str!("../test/fixtures/github.com-byron-output-threshold-30.txt");
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[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: couldn't read src/../test/fixtures/template_output.md: No such file or directory (os error 2)
[INFO] [stderr]   --> src/tests.rs:12:32
[INFO] [stderr]    |
[INFO] [stderr] 12 | static TEMPLATE_OUTPUT: &str = include_str!("../test/fixtures/template_output.md");
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[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] error: could not compile `github-star-counter`.
[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: build failed
[INFO] running `"docker" "inspect" "4f53218ad0b239d63320f3f770962f39349cbb9000edb58c10ac3b139acb1cf8"`
[INFO] running `"docker" "rm" "-f" "4f53218ad0b239d63320f3f770962f39349cbb9000edb58c10ac3b139acb1cf8"`
[INFO] [stdout] 4f53218ad0b239d63320f3f770962f39349cbb9000edb58c10ac3b139acb1cf8
