[INFO] cloning repository https://github.com/Defman/code-judge
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Defman/code-judge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDefman%2Fcode-judge", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDefman%2Fcode-judge'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c0b9528de30591442b06522a7b6347f2ddc74e0c
[INFO] checking Defman/code-judge against try#f70ee28831acc074c109afab32d287057c3eca46 for pr-149389
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDefman%2Fcode-judge" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Defman/code-judge
[INFO] finished tweaking git repo https://github.com/Defman/code-judge
[INFO] tweaked toml for git repo https://github.com/Defman/code-judge written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Defman/code-judge on toolchain f70ee28831acc074c109afab32d287057c3eca46
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f70ee28831acc074c109afab32d287057c3eca46" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Defman/code-judge already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f70ee28831acc074c109afab32d287057c3eca46" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+f70ee28831acc074c109afab32d287057c3eca46" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4cc74f794656814a8419fb2d996bdf63aefd7d44ad3586ae0c1e537fbae94d7a
[INFO] running `Command { std: "docker" "start" "-a" "4cc74f794656814a8419fb2d996bdf63aefd7d44ad3586ae0c1e537fbae94d7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4cc74f794656814a8419fb2d996bdf63aefd7d44ad3586ae0c1e537fbae94d7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4cc74f794656814a8419fb2d996bdf63aefd7d44ad3586ae0c1e537fbae94d7a", kill_on_drop: false }`
[INFO] [stdout] 4cc74f794656814a8419fb2d996bdf63aefd7d44ad3586ae0c1e537fbae94d7a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+f70ee28831acc074c109afab32d287057c3eca46" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5dfee5da5a70be2063a7b7e5f18518fe84e70373eb96153e3816275e0be6f9ae
[INFO] running `Command { std: "docker" "start" "-a" "5dfee5da5a70be2063a7b7e5f18518fe84e70373eb96153e3816275e0be6f9ae", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.29
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling cc v1.0.69
[INFO] [stderr]    Compiling rkyv v0.6.7
[INFO] [stderr]    Compiling target-lexicon v0.12.2
[INFO] [stderr]     Checking gimli v0.25.0
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking rustc-demangle v0.1.21
[INFO] [stderr]     Checking more-asserts v0.2.1
[INFO] [stderr]     Checking region v2.2.0
[INFO] [stderr]    Compiling cranelift-entity v0.74.0
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.74.0
[INFO] [stderr]     Checking wasmparser v0.78.2
[INFO] [stderr]     Checking getrandom v0.2.3
[INFO] [stderr]     Checking time v0.1.43
[INFO] [stderr]    Compiling futures-core v0.3.17
[INFO] [stderr]     Checking bytes v1.1.0
[INFO] [stderr]     Checking leb128 v0.2.4
[INFO] [stderr]     Checking regalloc v0.0.31
[INFO] [stderr]     Checking memmap2 v0.2.3
[INFO] [stderr]    Compiling tokio v1.10.1
[INFO] [stderr]    Compiling futures-macro v0.3.17
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.74.0
[INFO] [stderr]    Compiling futures-task v0.3.17
[INFO] [stderr]     Checking rayon-core v1.9.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking mio v0.7.13
[INFO] [stderr]     Checking object v0.26.2
[INFO] [stderr]    Compiling futures-util v0.3.17
[INFO] [stderr]    Compiling erased-serde v0.3.16
[INFO] [stderr]     Checking cranelift-bforest v0.74.0
[INFO] [stderr]    Compiling wasmer-compiler-cranelift v2.0.0
[INFO] [stderr]    Compiling inventory v0.1.10
[INFO] [stderr]     Checking rayon v1.5.1
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking wast v38.0.0
[INFO] [stderr]     Checking which v4.2.2
[INFO] [stderr]     Checking rand v0.8.4
[INFO] [stderr]     Checking libloading v0.7.0
[INFO] [stderr]    Compiling futures-channel v0.3.17
[INFO] [stderr]    Compiling backtrace v0.3.61
[INFO] [stderr]    Compiling wasmer-vm v2.0.0
[INFO] [stderr]     Checking http v0.2.4
[INFO] [stderr]     Checking matches v0.1.9
[INFO] [stderr]     Checking futures-sink v0.3.17
[INFO] [stderr]     Checking tinyvec v1.3.1
[INFO] [stderr]     Checking form_urlencoded v1.0.1
[INFO] [stderr]    Compiling syn v1.0.75
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking socket2 v0.4.1
[INFO] [stderr]     Checking unicode-bidi v0.3.6
[INFO] [stderr]    Compiling serde_json v1.0.67
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking tempfile v3.2.0
[INFO] [stderr]     Checking test v0.1.0 (/opt/rustwide/workdir/test)
[INFO] [stderr]     Checking runner v0.1.0 (/opt/rustwide/workdir/runner)
[INFO] [stderr]     Checking cli v0.1.0 (/opt/rustwide/workdir/cli)
[INFO] [stderr]     Checking unicode-normalization v0.1.19
[INFO] [stdout] error[E0425]: cannot find function `test_main_static` in crate `test`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `test` (bin "test" test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "5dfee5da5a70be2063a7b7e5f18518fe84e70373eb96153e3816275e0be6f9ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5dfee5da5a70be2063a7b7e5f18518fe84e70373eb96153e3816275e0be6f9ae", kill_on_drop: false }`
[INFO] [stdout] 5dfee5da5a70be2063a7b7e5f18518fe84e70373eb96153e3816275e0be6f9ae
