[INFO] crate gltfgen 0.4.1 is already in cache [INFO] checking gltfgen-0.4.1 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate gltfgen 0.4.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate gltfgen 0.4.1 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate gltfgen 0.4.1 [INFO] finished tweaking crates.io crate gltfgen 0.4.1 [INFO] tweaked toml for crates.io crate gltfgen 0.4.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate gltfgen 0.4.1 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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] 29d58c8c0b4934f3daf9819c5cc2c8491e0870d2abe8a7be6173483d5fa68b7a [INFO] running `"docker" "start" "-a" "29d58c8c0b4934f3daf9819c5cc2c8491e0870d2abe8a7be6173483d5fa68b7a"` [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Checking reinterpret v0.2.1 [INFO] [stderr] Compiling inflections v1.1.1 [INFO] [stderr] Compiling escargot v0.5.0 [INFO] [stderr] Checking proc-macro2 v1.0.6 [INFO] [stderr] Checking jpeg-decoder v0.1.18 [INFO] [stderr] Checking num_cpus v1.11.1 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking terminal_size v0.1.8 [INFO] [stderr] Checking num-integer v0.1.41 [INFO] [stderr] Checking nom v3.2.1 [INFO] [stderr] Checking float-cmp v0.5.3 [INFO] [stderr] Checking cgmath v0.17.0 [INFO] [stderr] Checking pbr v1.0.2 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking rayon-core v1.7.0 [INFO] [stderr] Checking data-buffer v0.7.1 [INFO] [stderr] Checking data-buffer v0.8.0 [INFO] [stderr] Checking predicates v1.0.2 [INFO] [stderr] Checking num-iter v0.1.39 [INFO] [stderr] Checking num-rational v0.2.2 [INFO] [stderr] Checking png v0.14.1 [INFO] [stderr] Checking quote v1.0.2 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Checking image v0.21.3 [INFO] [stderr] Checking autodiff v0.1.9 [INFO] [stderr] Compiling syn-mid v0.4.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling rustversion v1.0.0 [INFO] [stderr] Compiling gltf-derive v0.14.0 [INFO] [stderr] Compiling num-derive v0.3.0 [INFO] [stderr] Compiling snafu-derive v0.6.0 [INFO] [stderr] Compiling gut-derive v0.1.0 [INFO] [stderr] Compiling proc-macro-error v0.4.4 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.3 [INFO] [stderr] Checking snafu v0.6.0 [INFO] [stderr] Checking vtkio v0.3.1 [INFO] [stderr] Compiling structopt-derive v0.3.6 [INFO] [stderr] Checking gut v0.4.7 [INFO] [stderr] Checking structopt v0.3.6 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking serde_json v1.0.44 [INFO] [stderr] Checking ron v0.5.1 [INFO] [stderr] Checking indexmap v1.3.0 [INFO] [stderr] Checking gltf-json v0.14.0 [INFO] [stderr] Checking assert_cmd v0.12.0 [INFO] [stderr] Checking gltf v0.14.0 [INFO] [stderr] Checking gltfgen v0.4.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:31:13 [INFO] [stderr] | [INFO] [stderr] 31 | output: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:46:14 [INFO] [stderr] | [INFO] [stderr] 46 | pattern: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:53:10 [INFO] [stderr] | [INFO] [stderr] 53 | fps: usize, [INFO] [stderr] | ^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:60:16 [INFO] [stderr] | [INFO] [stderr] 60 | time_step: Option, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:64:14 [INFO] [stderr] | [INFO] [stderr] 64 | reverse: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:68:18 [INFO] [stderr] | [INFO] [stderr] 68 | invert_tets: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:72:12 [INFO] [stderr] | [INFO] [stderr] 72 | quiet: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:84:11 [INFO] [stderr] | [INFO] [stderr] 84 | step: usize, [INFO] [stderr] | ^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:132:17 [INFO] [stderr] | [INFO] [stderr] 132 | attributes: AttributeInfo, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:163:16 [INFO] [stderr] | [INFO] [stderr] 163 | texcoords: TextureAttributeInfo, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:210:15 [INFO] [stderr] | [INFO] [stderr] 210 | textures: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:242:16 [INFO] [stderr] | [INFO] [stderr] 242 | materials: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:252:25 [INFO] [stderr] | [INFO] [stderr] 252 | material_attribute: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:31:13 [INFO] [stderr] | [INFO] [stderr] 31 | output: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:46:14 [INFO] [stderr] | [INFO] [stderr] 46 | pattern: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:53:10 [INFO] [stderr] | [INFO] [stderr] 53 | fps: usize, [INFO] [stderr] | ^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:60:16 [INFO] [stderr] | [INFO] [stderr] 60 | time_step: Option, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:64:14 [INFO] [stderr] | [INFO] [stderr] 64 | reverse: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:68:18 [INFO] [stderr] | [INFO] [stderr] 68 | invert_tets: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:72:12 [INFO] [stderr] | [INFO] [stderr] 72 | quiet: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:84:11 [INFO] [stderr] | [INFO] [stderr] 84 | step: usize, [INFO] [stderr] | ^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:132:17 [INFO] [stderr] | [INFO] [stderr] 132 | attributes: AttributeInfo, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:163:16 [INFO] [stderr] | [INFO] [stderr] 163 | texcoords: TextureAttributeInfo, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:210:15 [INFO] [stderr] | [INFO] [stderr] 210 | textures: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:242:16 [INFO] [stderr] | [INFO] [stderr] 242 | materials: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:252:25 [INFO] [stderr] | [INFO] [stderr] 252 | material_attribute: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 13 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `gltfgen`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 13 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `gltfgen`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "29d58c8c0b4934f3daf9819c5cc2c8491e0870d2abe8a7be6173483d5fa68b7a"` [INFO] running `"docker" "rm" "-f" "29d58c8c0b4934f3daf9819c5cc2c8491e0870d2abe8a7be6173483d5fa68b7a"` [INFO] [stdout] 29d58c8c0b4934f3daf9819c5cc2c8491e0870d2abe8a7be6173483d5fa68b7a