[INFO] crate wasm-typescript-definition 0.1.4 is already in cache [INFO] checking wasm-typescript-definition-0.1.4 against try#879b8cb7dc2ad9102994457e73cf78d124926ea5 for pr-73084 [INFO] extracting crate wasm-typescript-definition 0.1.4 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate wasm-typescript-definition 0.1.4 on toolchain 879b8cb7dc2ad9102994457e73cf78d124926ea5 [INFO] running `"/workspace/cargo-home/bin/cargo" "+879b8cb7dc2ad9102994457e73cf78d124926ea5" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate wasm-typescript-definition 0.1.4 [INFO] finished tweaking crates.io crate wasm-typescript-definition 0.1.4 [INFO] tweaked toml for crates.io crate wasm-typescript-definition 0.1.4 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+879b8cb7dc2ad9102994457e73cf78d124926ea5" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+879b8cb7dc2ad9102994457e73cf78d124926ea5" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+879b8cb7dc2ad9102994457e73cf78d124926ea5" "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] a778af5fc4d0bf7ed0d9d133f2f1d46c3b9a6f4fe83c6378405c414e5a57967c [INFO] running `"docker" "start" "-a" "a778af5fc4d0bf7ed0d9d133f2f1d46c3b9a6f4fe83c6378405c414e5a57967c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.63 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Checking unicode-xid v0.1.0 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling bumpalo v3.4.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.63 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking serde_derive_internals v0.24.1 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.63 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.63 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.63 [INFO] [stderr] Compiling wasm-typescript-definition v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] error: expected `;` [INFO] [stderr] --> tests/typescript.rs:22:25 [INFO] [stderr] | [INFO] [stderr] 22 | #[derive(Serialize, TypescriptDefinition)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: expected `;` [INFO] [stderr] --> tests/typescript.rs:32:25 [INFO] [stderr] | [INFO] [stderr] 32 | #[derive(Serialize, TypescriptDefinition)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: expected `;` [INFO] [stderr] --> tests/typescript.rs:42:25 [INFO] [stderr] | [INFO] [stderr] 42 | #[derive(Serialize, TypescriptDefinition)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: expected `;` [INFO] [stderr] --> tests/typescript.rs:52:25 [INFO] [stderr] | [INFO] [stderr] 52 | #[derive(Serialize, TypescriptDefinition)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: expected `;` [INFO] [stderr] --> tests/typescript.rs:66:25 [INFO] [stderr] | [INFO] [stderr] 66 | #[derive(Serialize, TypescriptDefinition)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: expected `;` [INFO] [stderr] --> tests/typescript.rs:81:25 [INFO] [stderr] | [INFO] [stderr] 81 | #[derive(Serialize, TypescriptDefinition)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: expected `;` [INFO] [stderr] --> tests/typescript.rs:103:25 [INFO] [stderr] | [INFO] [stderr] 103 | #[derive(Serialize, TypescriptDefinition)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: expected `;` [INFO] [stderr] --> tests/typescript.rs:122:25 [INFO] [stderr] | [INFO] [stderr] 122 | #[derive(Serialize, TypescriptDefinition)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: expected `;` [INFO] [stderr] --> tests/typescript.rs:141:25 [INFO] [stderr] | [INFO] [stderr] 141 | #[derive(Serialize, TypescriptDefinition)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `wasm-typescript-definition`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a778af5fc4d0bf7ed0d9d133f2f1d46c3b9a6f4fe83c6378405c414e5a57967c"` [INFO] running `"docker" "rm" "-f" "a778af5fc4d0bf7ed0d9d133f2f1d46c3b9a6f4fe83c6378405c414e5a57967c"` [INFO] [stdout] a778af5fc4d0bf7ed0d9d133f2f1d46c3b9a6f4fe83c6378405c414e5a57967c