[INFO] crate gluon_format 0.13.1 is already in cache [INFO] checking gluon_format-0.13.1 against try#e922e6444795ab795fab1943288aee3d543699b8 for pr-66852 [INFO] extracting crate gluon_format 0.13.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate gluon_format 0.13.1 on toolchain e922e6444795ab795fab1943288aee3d543699b8 [INFO] running `"/workspace/cargo-home/bin/cargo" "+e922e6444795ab795fab1943288aee3d543699b8" "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-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e922e6444795ab795fab1943288aee3d543699b8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e922e6444795ab795fab1943288aee3d543699b8" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+e922e6444795ab795fab1943288aee3d543699b8" "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] 2db82ed37f9a3746dd8dd41b933d23fba919a8f6635ced11c46723420eb3917e [INFO] running `"docker" "start" "-a" "2db82ed37f9a3746dd8dd41b933d23fba919a8f6635ced11c46723420eb3917e"` [INFO] [stderr] Compiling typed-arena v1.7.0 [INFO] [stderr] Compiling anymap v0.12.1 [INFO] [stderr] Compiling collect-mac v0.1.0 [INFO] [stderr] Compiling gluon_vm v0.13.1 [INFO] [stderr] Checking frunk_core v0.3.0 [INFO] [stderr] Checking archery v0.3.0 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Checking ena v0.13.1 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling gluon_codegen v0.13.1 [INFO] [stderr] Compiling salsa-macros v0.13.2 [INFO] [stderr] Compiling derive-new v0.5.8 [INFO] [stderr] Compiling pretty v0.5.2 [INFO] [stderr] Checking rpds v0.7.0 [INFO] [stderr] Checking rand v0.7.2 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling codespan v0.3.0 [INFO] [stderr] Compiling gluon_parser v0.13.1 [INFO] [stderr] Compiling codespan-reporting v0.3.0 [INFO] [stderr] Compiling const-random-macro v0.1.6 [INFO] [stderr] Checking const-random v0.1.6 [INFO] [stderr] Compiling ahash v0.2.18 [INFO] [stderr] Checking salsa v0.13.2 [INFO] [stderr] Checking hashbrown v0.6.3 [INFO] [stderr] Checking gluon_base v0.13.1 [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] 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" "2db82ed37f9a3746dd8dd41b933d23fba919a8f6635ced11c46723420eb3917e"` [INFO] running `"docker" "rm" "-f" "2db82ed37f9a3746dd8dd41b933d23fba919a8f6635ced11c46723420eb3917e"` [INFO] [stdout] 2db82ed37f9a3746dd8dd41b933d23fba919a8f6635ced11c46723420eb3917e