[INFO] crate gluon_format 0.13.1 is already in cache [INFO] checking gluon_format-0.13.1 against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] extracting crate gluon_format 0.13.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate gluon_format 0.13.1 on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate gluon_format 0.13.1 [INFO] finished tweaking crates.io crate gluon_format 0.13.1 [INFO] tweaked toml for crates.io crate gluon_format 0.13.1 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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] 1a70b3a229cf17badcd176495ba6f00e01aba0d789f5d01a3ee40cb7b586e55a [INFO] running `"docker" "start" "-a" "1a70b3a229cf17badcd176495ba6f00e01aba0d789f5d01a3ee40cb7b586e55a"` [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Checking collect-mac v0.1.0 [INFO] [stderr] Checking anymap v0.12.1 [INFO] [stderr] Compiling lalrpop-util v0.17.2 [INFO] [stderr] Compiling typed-arena v1.7.0 [INFO] [stderr] Compiling gluon_vm v0.13.1 [INFO] [stderr] Checking ordermap v0.3.5 [INFO] [stderr] Checking frunk_core v0.3.0 [INFO] [stderr] Compiling hashbrown v0.6.3 [INFO] [stderr] Checking pretty v0.5.2 [INFO] [stderr] Checking archery v0.3.0 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Checking rpds v0.7.0 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Checking ena v0.13.1 [INFO] [stderr] Checking petgraph v0.4.13 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling gluon_codegen v0.13.1 [INFO] [stderr] Compiling derive-new v0.5.8 [INFO] [stderr] Compiling salsa-macros v0.13.2 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling ascii-canvas v2.0.0 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling docopt v1.1.0 [INFO] [stderr] Checking codespan v0.3.0 [INFO] [stderr] Compiling const-random-macro v0.1.6 [INFO] [stderr] Compiling string_cache v0.7.5 [INFO] [stderr] Checking codespan-reporting v0.3.0 [INFO] [stderr] Compiling lalrpop v0.17.2 [INFO] [stderr] Checking const-random v0.1.6 [INFO] [stderr] Checking ahash v0.2.18 [INFO] [stderr] Checking gluon_base v0.13.1 [INFO] [stderr] Checking salsa v0.13.2 [INFO] [stderr] Checking gluon_check v0.13.1 [INFO] [stderr] Checking gluon_format v0.13.1 [INFO] [stderr] Checking gluon_format v0.13.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling gluon v0.13.1 [INFO] [stderr] Compiling gluon_parser v0.13.1 [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/pretty_print.rs:24:24 [INFO] [stderr] | [INFO] [stderr] 24 | thread.format_expr(&mut format::Formatter::default(), "test", expr) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gluon_format::Formatter`, found struct `format::Formatter` [INFO] [stderr] | [INFO] [stderr] = note: expected mutable reference `&mut gluon_format::Formatter` [INFO] [stderr] found mutable reference `&mut format::Formatter` [INFO] [stderr] = note: perhaps two different versions of crate `gluon_format` are being used? [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/pretty_print.rs:29:24 [INFO] [stderr] | [INFO] [stderr] 29 | thread.format_expr(&mut format::Formatter { expanded: true }, "test", expr) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gluon_format::Formatter`, found struct `format::Formatter` [INFO] [stderr] | [INFO] [stderr] = note: expected mutable reference `&mut gluon_format::Formatter` [INFO] [stderr] found mutable reference `&mut format::Formatter` [INFO] [stderr] = note: perhaps two different versions of crate `gluon_format` are being used? [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/pretty_print.rs:46:22 [INFO] [stderr] | [INFO] [stderr] 46 | .format_expr(&mut format::Formatter::default(), &name, &contents) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gluon_format::Formatter`, found struct `format::Formatter` [INFO] [stderr] | [INFO] [stderr] = note: expected mutable reference `&mut gluon_format::Formatter` [INFO] [stderr] found mutable reference `&mut format::Formatter` [INFO] [stderr] = note: perhaps two different versions of crate `gluon_format` are being used? [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `gluon_format`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1a70b3a229cf17badcd176495ba6f00e01aba0d789f5d01a3ee40cb7b586e55a"` [INFO] running `"docker" "rm" "-f" "1a70b3a229cf17badcd176495ba6f00e01aba0d789f5d01a3ee40cb7b586e55a"` [INFO] [stdout] 1a70b3a229cf17badcd176495ba6f00e01aba0d789f5d01a3ee40cb7b586e55a