[INFO] updating cached repository Minty-He/OpenGFW [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Minty-He/OpenGFW [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Minty-He/OpenGFW" "work/ex/pr-63247/sources/master#452087b4bf18cece2d52d7cd8c9147195e5404bf/gh/Minty-He/OpenGFW"` [INFO] [stderr] Cloning into 'work/ex/pr-63247/sources/master#452087b4bf18cece2d52d7cd8c9147195e5404bf/gh/Minty-He/OpenGFW'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Minty-He/OpenGFW" "work/ex/pr-63247/sources/try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab/gh/Minty-He/OpenGFW"` [INFO] [stderr] Cloning into 'work/ex/pr-63247/sources/try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab/gh/Minty-He/OpenGFW'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9cfe412703a1ea527a25bc9ea2f30404e529cf65 [INFO] sha for GitHub repo Minty-He/OpenGFW: 9cfe412703a1ea527a25bc9ea2f30404e529cf65 [INFO] validating manifest of Minty-He/OpenGFW on toolchain master#452087b4bf18cece2d52d7cd8c9147195e5404bf [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+452087b4bf18cece2d52d7cd8c9147195e5404bf-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Minty-He/OpenGFW on toolchain try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+757dacae0a9f1b46b3ab58a1f1232332e8fc7dab-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Minty-He/OpenGFW [INFO] finished frobbing Minty-He/OpenGFW [INFO] frobbed toml for Minty-He/OpenGFW written to work/ex/pr-63247/sources/master#452087b4bf18cece2d52d7cd8c9147195e5404bf/gh/Minty-He/OpenGFW/Cargo.toml [INFO] started frobbing Minty-He/OpenGFW [INFO] finished frobbing Minty-He/OpenGFW [INFO] frobbed toml for Minty-He/OpenGFW written to work/ex/pr-63247/sources/try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab/gh/Minty-He/OpenGFW/Cargo.toml [INFO] crate Minty-He/OpenGFW already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+452087b4bf18cece2d52d7cd8c9147195e5404bf-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+757dacae0a9f1b46b3ab58a1f1232332e8fc7dab-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking Minty-He/OpenGFW against try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab for pr-63247 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63247/worker-2/try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63247/sources/try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab/gh/Minty-He/OpenGFW:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+757dacae0a9f1b46b3ab58a1f1232332e8fc7dab-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 69b7f8a5bdd10266d99b7fb2d92421119de52212dd485fc5fb709c83e2cc2eac [INFO] running `"docker" "start" "-a" "69b7f8a5bdd10266d99b7fb2d92421119de52212dd485fc5fb709c83e2cc2eac"` [INFO] [stderr] Compiling pcap v0.7.0 [INFO] [stderr] Checking libc v0.2.36 [INFO] [stderr] Checking fsm v0.2.2 [INFO] [stderr] Checking json v0.11.13 [INFO] [stderr] Checking OpenGFW v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: variant `Detected_Level1` should have an upper camel case name [INFO] [stderr] --> main.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | Detected_Level1, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DetectedLevel1` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant `Detected_Level2` should have an upper camel case name [INFO] [stderr] --> main.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | Detected_Level2, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DetectedLevel2` [INFO] [stderr] [INFO] [stderr] warning: variant `Detected_Level3` should have an upper camel case name [INFO] [stderr] --> main.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | Detected_Level3, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DetectedLevel3` [INFO] [stderr] [INFO] [stderr] warning: variant `PPTP_Start_Control_Connection_Request` should have an upper camel case name [INFO] [stderr] --> main.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | PPTP_Start_Control_Connection_Request, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PptpStartControlConnectionRequest` [INFO] [stderr] [INFO] [stderr] warning: variant `PPTP_Start_Control_Connection_Reply` should have an upper camel case name [INFO] [stderr] --> main.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | PPTP_Start_Control_Connection_Reply, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PptpStartControlConnectionReply` [INFO] [stderr] [INFO] [stderr] warning: variant `PPTP_Outgoing_Call_Request` should have an upper camel case name [INFO] [stderr] --> main.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | PPTP_Outgoing_Call_Request, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PptpOutgoingCallRequest` [INFO] [stderr] [INFO] [stderr] warning: variant `PPTP_Outgoing_Call_Reply` should have an upper camel case name [INFO] [stderr] --> main.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | PPTP_Outgoing_Call_Reply, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PptpOutgoingCallReply` [INFO] [stderr] [INFO] [stderr] warning: variant `Detected_Level1` should have an upper camel case name [INFO] [stderr] --> main.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | Detected_Level1, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DetectedLevel1` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant `Detected_Level2` should have an upper camel case name [INFO] [stderr] --> main.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | Detected_Level2, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DetectedLevel2` [INFO] [stderr] [INFO] [stderr] warning: variant `Detected_Level3` should have an upper camel case name [INFO] [stderr] --> main.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | Detected_Level3, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DetectedLevel3` [INFO] [stderr] [INFO] [stderr] warning: variant `PPTP_Start_Control_Connection_Request` should have an upper camel case name [INFO] [stderr] --> main.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | PPTP_Start_Control_Connection_Request, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PptpStartControlConnectionRequest` [INFO] [stderr] [INFO] [stderr] warning: variant `PPTP_Start_Control_Connection_Reply` should have an upper camel case name [INFO] [stderr] --> main.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | PPTP_Start_Control_Connection_Reply, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PptpStartControlConnectionReply` [INFO] [stderr] [INFO] [stderr] warning: variant `PPTP_Outgoing_Call_Request` should have an upper camel case name [INFO] [stderr] --> main.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | PPTP_Outgoing_Call_Request, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PptpOutgoingCallRequest` [INFO] [stderr] [INFO] [stderr] warning: variant `PPTP_Outgoing_Call_Reply` should have an upper camel case name [INFO] [stderr] --> main.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | PPTP_Outgoing_Call_Reply, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PptpOutgoingCallReply` [INFO] [stderr] [INFO] [stderr] warning: crate `OpenGFW` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] = help: convert the identifier to snake case: `open_gfw` [INFO] [stderr] [INFO] [stderr] warning: crate `OpenGFW` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] = help: convert the identifier to snake case: `open_gfw` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.07s [INFO] running `"docker" "inspect" "69b7f8a5bdd10266d99b7fb2d92421119de52212dd485fc5fb709c83e2cc2eac"` [INFO] running `"docker" "rm" "-f" "69b7f8a5bdd10266d99b7fb2d92421119de52212dd485fc5fb709c83e2cc2eac"` [INFO] [stdout] 69b7f8a5bdd10266d99b7fb2d92421119de52212dd485fc5fb709c83e2cc2eac