[INFO] crate comp_state_seed_extras 0.0.10 is already in cache
[INFO] checking comp_state_seed_extras-0.0.10 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate comp_state_seed_extras 0.0.10 into /workspace/builds/worker-5/source
[INFO] validating manifest of crates.io crate comp_state_seed_extras 0.0.10 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate comp_state_seed_extras 0.0.10
[INFO] finished tweaking crates.io crate comp_state_seed_extras 0.0.10
[INFO] tweaked toml for crates.io crate comp_state_seed_extras 0.0.10 written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] cd6d26a7b1c9a4a457d36a510fdc39364421cff1bd8e0036a58cef9368f2927c
[INFO] running `"docker" "start" "-a" "cd6d26a7b1c9a4a457d36a510fdc39364421cff1bd8e0036a58cef9368f2927c"`
[INFO] [stderr]    Compiling wasm-bindgen v0.2.60
[INFO] [stderr]    Compiling pulldown-cmark v0.6.1
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]     Checking enclose v1.1.8
[INFO] [stderr]     Checking anymap v0.12.1
[INFO] [stderr]     Checking slotmap v0.4.0
[INFO] [stderr]    Compiling seed v0.6.0
[INFO] [stderr]    Compiling dbg v1.0.4
[INFO] [stderr]    Compiling syn-mid v0.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.106
[INFO] [stderr]    Compiling futures-macro v0.3.4
[INFO] [stderr]    Compiling topo-macro v0.9.0
[INFO] [stderr]    Compiling proc-macro-error-attr v0.4.12
[INFO] [stderr]     Checking futures-util v0.3.4
[INFO] [stderr]    Compiling proc-macro-error v0.4.12
[INFO] [stderr]    Compiling illicit-macro v0.9.0
[INFO] [stderr]     Checking illicit v0.9.2
[INFO] [stderr]     Checking topo v0.9.4
[INFO] [stderr]     Checking comp_state v0.2.8
[INFO] [stderr]     Checking futures-executor v0.3.4
[INFO] [stderr]     Checking futures v0.3.4
[INFO] [stderr]     Checking serde v1.0.106
[INFO] [stderr]     Checking serde_json v1.0.51
[INFO] [stderr]     Checking js-sys v0.3.37
[INFO] [stderr]     Checking console_error_panic_hook v0.1.6
[INFO] [stderr]     Checking web-sys v0.3.37
[INFO] [stderr]     Checking wasm-bindgen-futures v0.4.10
[INFO] [stderr]     Checking wasm-bindgen-futures v0.3.27
[INFO] [stderr]     Checking wasm-bindgen-test v0.2.50
[INFO] [stderr]     Checking gloo-timers v0.2.1
[INFO] [stderr]     Checking comp_state_seed_extras v0.0.10 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0425]: cannot find function `execute_and_remove_drop_types` in crate `comp_state`
[INFO] [stderr]    --> src/utils.rs:43:17
[INFO] [stderr]     |
[INFO] [stderr] 43  |     comp_state::execute_and_remove_drop_types();
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `execute_and_remove_unmounts`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/comp_state-0.2.8/src/state_functions.rs:178:1
[INFO] [stderr]     |
[INFO] [stderr] 178 | pub fn execute_and_remove_unmounts() {
[INFO] [stderr]     | ------------------------------------ similarly named function `execute_and_remove_unmounts` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `execute_and_remove_drop_types` in crate `comp_state`
[INFO] [stderr]    --> src/utils.rs:43:17
[INFO] [stderr]     |
[INFO] [stderr] 43  |     comp_state::execute_and_remove_drop_types();
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `execute_and_remove_unmounts`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/comp_state-0.2.8/src/state_functions.rs:178:1
[INFO] [stderr]     |
[INFO] [stderr] 178 | pub fn execute_and_remove_unmounts() {
[INFO] [stderr]     | ------------------------------------ similarly named function `execute_and_remove_unmounts` defined here
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `comp_state_seed_extras`.
[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: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `comp_state_seed_extras`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "cd6d26a7b1c9a4a457d36a510fdc39364421cff1bd8e0036a58cef9368f2927c"`
[INFO] running `"docker" "rm" "-f" "cd6d26a7b1c9a4a457d36a510fdc39364421cff1bd8e0036a58cef9368f2927c"`
[INFO] [stdout] cd6d26a7b1c9a4a457d36a510fdc39364421cff1bd8e0036a58cef9368f2927c
