[INFO] cloning repository https://github.com/Stratus51/space_engineer_rust_transpiler [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Stratus51/space_engineer_rust_transpiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStratus51%2Fspace_engineer_rust_transpiler"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStratus51%2Fspace_engineer_rust_transpiler'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 54c4f30c0581ca544e828e79f427075e1891e960 [INFO] checking Stratus51/space_engineer_rust_transpiler against master#6250d56355d72264ece721e8d0dc95b16a6824b1 for pr-68350 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStratus51%2Fspace_engineer_rust_transpiler" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Stratus51/space_engineer_rust_transpiler on toolchain 6250d56355d72264ece721e8d0dc95b16a6824b1 [INFO] running `"/workspace/cargo-home/bin/cargo" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Stratus51/space_engineer_rust_transpiler [INFO] finished tweaking git repo https://github.com/Stratus51/space_engineer_rust_transpiler [INFO] tweaked toml for git repo https://github.com/Stratus51/space_engineer_rust_transpiler written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/Stratus51/space_engineer_rust_transpiler already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "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] cc88feccbb4ae7252096c8cc36cc492ced31ea52a6e97d6af0ead7ea3a85e29e [INFO] running `"docker" "start" "-a" "cc88feccbb4ae7252096c8cc36cc492ced31ea52a6e97d6af0ead7ea3a85e29e"` [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Checking proc-macro2 v1.0.7 [INFO] [stderr] Checking quote v1.0.2 [INFO] [stderr] Checking rust_se_tools v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `LineColumn` in crate `proc_macro2` [INFO] [stderr] --> src/main.rs:61:30 [INFO] [stderr] | [INFO] [stderr] 61 | let proc_macro2::LineColumn { line, column } = e.span.start(); [INFO] [stderr] | ^^^^^^^^^^ not found in `proc_macro2` [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::*` [INFO] [stderr] --> src/csharp_ast.rs:341:9 [INFO] [stderr] | [INFO] [stderr] 341 | use super::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `LineColumn` in crate `proc_macro2` [INFO] [stderr] --> src/main.rs:61:30 [INFO] [stderr] | [INFO] [stderr] 61 | let proc_macro2::LineColumn { line, column } = e.span.start(); [INFO] [stderr] | ^^^^^^^^^^ not found in `proc_macro2` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `start` found for struct `proc_macro2::Span` in the current scope [INFO] [stderr] --> src/main.rs:61:67 [INFO] [stderr] | [INFO] [stderr] 61 | let proc_macro2::LineColumn { line, column } = e.span.start(); [INFO] [stderr] | ^^^^^ method not found in `proc_macro2::Span` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `source_file` found for struct `proc_macro2::Span` in the current scope [INFO] [stderr] --> src/main.rs:64:24 [INFO] [stderr] | [INFO] [stderr] 64 | e.span.source_file().path().to_str().unwrap(), [INFO] [stderr] | ^^^^^^^^^^^ method not found in `proc_macro2::Span` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `start` found for struct `proc_macro2::Span` in the current scope [INFO] [stderr] --> src/main.rs:61:67 [INFO] [stderr] | [INFO] [stderr] 61 | let proc_macro2::LineColumn { line, column } = e.span.start(); [INFO] [stderr] | ^^^^^ method not found in `proc_macro2::Span` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `source_file` found for struct `proc_macro2::Span` in the current scope [INFO] [stderr] --> src/main.rs:64:24 [INFO] [stderr] | [INFO] [stderr] 64 | e.span.source_file().path().to_str().unwrap(), [INFO] [stderr] | ^^^^^^^^^^^ method not found in `proc_macro2::Span` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0422, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0422`. [INFO] [stderr] error: could not compile `rust_se_tools`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0422, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0422`. [INFO] [stderr] error: could not compile `rust_se_tools`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "cc88feccbb4ae7252096c8cc36cc492ced31ea52a6e97d6af0ead7ea3a85e29e"` [INFO] running `"docker" "rm" "-f" "cc88feccbb4ae7252096c8cc36cc492ced31ea52a6e97d6af0ead7ea3a85e29e"` [INFO] [stdout] cc88feccbb4ae7252096c8cc36cc492ced31ea52a6e97d6af0ead7ea3a85e29e