[INFO] cloning repository https://github.com/Hyuntae-Lee/stock_finder [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Hyuntae-Lee/stock_finder" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHyuntae-Lee%2Fstock_finder"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHyuntae-Lee%2Fstock_finder'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 181df76a19f53c2b490893a6620f37b64a967f0d [INFO] checking Hyuntae-Lee/stock_finder against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHyuntae-Lee%2Fstock_finder" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Hyuntae-Lee/stock_finder on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Hyuntae-Lee/stock_finder [INFO] finished tweaking git repo https://github.com/Hyuntae-Lee/stock_finder [INFO] tweaked toml for git repo https://github.com/Hyuntae-Lee/stock_finder written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/Hyuntae-Lee/stock_finder already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] ac0616d9894b4faf0a7b79fdc7735113b418796d6186ca2912f8b0594886d6fd [INFO] running `"docker" "start" "-a" "ac0616d9894b4faf0a7b79fdc7735113b418796d6186ca2912f8b0594886d6fd"` [INFO] [stderr] Compiling itoa v0.4.2 [INFO] [stderr] Checking utf-8 v0.7.4 [INFO] [stderr] Checking new_debug_unreachable v1.0.1 [INFO] [stderr] Checking mio v0.6.16 [INFO] [stderr] Compiling ryu v0.2.6 [INFO] [stderr] Compiling serde v1.0.77 [INFO] [stderr] Compiling syn v0.13.11 [INFO] [stderr] Compiling string_cache_codegen v0.4.1 [INFO] [stderr] Checking crossbeam-epoch v0.5.2 [INFO] [stderr] Checking http v0.1.11 [INFO] [stderr] Compiling syn v0.15.1 [INFO] [stderr] Checking futf v0.1.4 [INFO] [stderr] Checking crossbeam-deque v0.6.1 [INFO] [stderr] Checking tendril v0.4.0 [INFO] [stderr] Compiling string_cache v0.7.3 [INFO] [stderr] Checking tokio-threadpool v0.1.6 [INFO] [stderr] Checking tokio-reactor v0.1.5 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking tokio-fs v0.1.3 [INFO] [stderr] Checking tokio-uds v0.2.1 [INFO] [stderr] Checking tokio-udp v0.1.2 [INFO] [stderr] Checking tokio-tcp v0.1.1 [INFO] [stderr] Checking h2 v0.1.12 [INFO] [stderr] Compiling serde_derive v1.0.77 [INFO] [stderr] Checking tokio v0.1.8 [INFO] [stderr] Checking hyper v0.12.9 [INFO] [stderr] Compiling serde_json v1.0.27 [INFO] [stderr] Compiling html5ever v0.22.3 [INFO] [stderr] Compiling markup5ever v0.7.2 [INFO] [stderr] Checking stock_finder v1.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error: expected one of `!` or `::`, found `to` [INFO] [stderr] --> src/network_hdlr.rs:16:7 [INFO] [stderr] | [INFO] [stderr] 16 | refer to https://github.com/servo/html5ever/blob/master/html5ever/examples/print-rcdom.rs for parsing [INFO] [stderr] | ^^ expected one of `!` or `::` here [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `stock_finder`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: expected one of `!` or `::`, found `to` [INFO] [stderr] --> src/network_hdlr.rs:16:7 [INFO] [stderr] | [INFO] [stderr] 16 | refer to https://github.com/servo/html5ever/blob/master/html5ever/examples/print-rcdom.rs for parsing [INFO] [stderr] | ^^ expected one of `!` or `::` here [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `stock_finder`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ac0616d9894b4faf0a7b79fdc7735113b418796d6186ca2912f8b0594886d6fd"` [INFO] running `"docker" "rm" "-f" "ac0616d9894b4faf0a7b79fdc7735113b418796d6186ca2912f8b0594886d6fd"` [INFO] [stdout] ac0616d9894b4faf0a7b79fdc7735113b418796d6186ca2912f8b0594886d6fd