[INFO] crate gluon_format 0.12.0 is already in cache [INFO] checking gluon_format-0.12.0 against master#4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb for pr-64672 [INFO] extracting crate gluon_format 0.12.0 into work/builds/worker-0/source [INFO] validating manifest of crates.io crate gluon_format 0.12.0 on toolchain 4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate gluon_format 0.12.0 [INFO] finished tweaking crates.io crate gluon_format 0.12.0 [INFO] tweaked toml for crates.io crate gluon_format 0.12.0 written to work/builds/worker-0/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] da7028dd039b8ee666b7d7c41308391601e28d377f3c92f9aed0a822d08510ef [INFO] running `"docker" "start" "-a" "da7028dd039b8ee666b7d7c41308391601e28d377f3c92f9aed0a822d08510ef"` [INFO] [stderr] Compiling typed-arena v1.6.1 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling collect-mac v0.1.0 [INFO] [stderr] Compiling anymap v0.12.1 [INFO] [stderr] Checking rpds v0.5.0 [INFO] [stderr] Compiling gluon_vm v0.12.0 [INFO] [stderr] Checking union-find v0.3.2 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling gluon_codegen v0.12.0 [INFO] [stderr] Compiling codespan v0.3.0 [INFO] [stderr] Compiling pretty v0.5.2 [INFO] [stderr] Compiling gluon_parser v0.12.0 [INFO] [stderr] Checking gluon_format v0.12.0 [INFO] [stderr] Checking gluon_format v0.12.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling codespan-reporting v0.3.0 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling gluon_base v0.12.0 [INFO] [stderr] Checking gluon_check v0.12.0 [INFO] [stderr] Compiling gluon v0.12.0 [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/pretty_print.rs:27:26 [INFO] [stderr] | [INFO] [stderr] 27 | compiler.format_expr(&mut format::Formatter::default(), &thread, "test", expr) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gluon_format::Formatter`, found struct `format::Formatter` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&mut gluon_format::Formatter` [INFO] [stderr] found type `&mut format::Formatter` [INFO] [stderr] note: Perhaps two different versions of crate `gluon_format` are being used? [INFO] [stderr] --> tests/pretty_print.rs:27:26 [INFO] [stderr] | [INFO] [stderr] 27 | compiler.format_expr(&mut format::Formatter::default(), &thread, "test", expr) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/pretty_print.rs:34:9 [INFO] [stderr] | [INFO] [stderr] 34 | &mut format::Formatter { expanded: true }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gluon_format::Formatter`, found struct `format::Formatter` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&mut gluon_format::Formatter` [INFO] [stderr] found type `&mut format::Formatter` [INFO] [stderr] note: Perhaps two different versions of crate `gluon_format` are being used? [INFO] [stderr] --> tests/pretty_print.rs:34:9 [INFO] [stderr] | [INFO] [stderr] 34 | &mut format::Formatter { expanded: true }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/pretty_print.rs:54:22 [INFO] [stderr] | [INFO] [stderr] 54 | .format_expr(&mut format::Formatter::default(), &thread, name, &contents) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gluon_format::Formatter`, found struct `format::Formatter` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&mut gluon_format::Formatter` [INFO] [stderr] found type `&mut format::Formatter` [INFO] [stderr] note: Perhaps two different versions of crate `gluon_format` are being used? [INFO] [stderr] --> tests/pretty_print.rs:54:22 [INFO] [stderr] | [INFO] [stderr] 54 | .format_expr(&mut format::Formatter::default(), &thread, name, &contents) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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" "da7028dd039b8ee666b7d7c41308391601e28d377f3c92f9aed0a822d08510ef"` [INFO] running `"docker" "rm" "-f" "da7028dd039b8ee666b7d7c41308391601e28d377f3c92f9aed0a822d08510ef"` [INFO] [stdout] da7028dd039b8ee666b7d7c41308391601e28d377f3c92f9aed0a822d08510ef