[INFO] fetching crate unsafe-libyaml-norway 0.2.15...
[INFO] testing unsafe-libyaml-norway-0.2.15 against 1.91.0 for beta-1.92-2
[INFO] extracting crate unsafe-libyaml-norway 0.2.15 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate unsafe-libyaml-norway 0.2.15
[INFO] finished tweaking crates.io crate unsafe-libyaml-norway 0.2.15
[INFO] tweaked toml for crates.io crate unsafe-libyaml-norway 0.2.15 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate unsafe-libyaml-norway 0.2.15 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate unsafe-libyaml-norway 0.2.15 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1c9c234a62313b4bb191f7a4b5ee18f98e43889faf4a5fca6254b175ef637409
[INFO] running `Command { std: "docker" "start" "-a" "1c9c234a62313b4bb191f7a4b5ee18f98e43889faf4a5fca6254b175ef637409", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1c9c234a62313b4bb191f7a4b5ee18f98e43889faf4a5fca6254b175ef637409", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c9c234a62313b4bb191f7a4b5ee18f98e43889faf4a5fca6254b175ef637409", kill_on_drop: false }`
[INFO] [stdout] 1c9c234a62313b4bb191f7a4b5ee18f98e43889faf4a5fca6254b175ef637409
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7c8213556fedd3982d5c0d5bc479ccd45b85813bd7a5d67d77105dd42e62d0bc
[INFO] running `Command { std: "docker" "start" "-a" "7c8213556fedd3982d5c0d5bc479ccd45b85813bd7a5d67d77105dd42e62d0bc", kill_on_drop: false }`
[INFO] [stderr]    Compiling unsafe-libyaml-norway v0.2.15 (/opt/rustwide/workdir)
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/bin/run-emitter-test-suite.rs:138:29
[INFO] [stdout]     |
[INFO] [stdout] 138 |             break Err(match (*emitter).error {
[INFO] [stdout]     |                             ^^-------^^^^^^^
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               this raw pointer has type `*mut yaml_emitter_t`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout]     = note: `#[warn(dangerous_implicit_autorefs)]` on by default
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 138 |             break Err(match (&(*emitter)).error {
[INFO] [stdout]     |                             ++          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/bin/run-emitter-test-suite.rs:141:64
[INFO] [stdout]     |
[INFO] [stdout] 141 |                     format!("Writer error: {}", CStr::from_ptr((*emitter).problem)).into()
[INFO] [stdout]     |                                                                ^^-------^^^^^^^^^
[INFO] [stdout]     |                                                                  |
[INFO] [stdout]     |                                                                  this raw pointer has type `*mut yaml_emitter_t`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 141 |                     format!("Writer error: {}", CStr::from_ptr((&(*emitter)).problem)).into()
[INFO] [stdout]     |                                                                ++          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/bin/run-emitter-test-suite.rs:144:65
[INFO] [stdout]     |
[INFO] [stdout] 144 |                     format!("Emitter error: {}", CStr::from_ptr((*emitter).problem)).into()
[INFO] [stdout]     |                                                                 ^^-------^^^^^^^^^
[INFO] [stdout]     |                                                                   |
[INFO] [stdout]     |                                                                   this raw pointer has type `*mut yaml_emitter_t`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 144 |                     format!("Emitter error: {}", CStr::from_ptr((&(*emitter)).problem)).into()
[INFO] [stdout]     |                                                                 ++          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/bin/run-parser-test-suite.rs:71:71
[INFO] [stdout]    |
[INFO] [stdout] 71 |             let mut error = format!("Parse error: {}", CStr::from_ptr((*parser).problem));
[INFO] [stdout]    |                                                                       ^^------^^^^^^^^^
[INFO] [stdout]    |                                                                         |
[INFO] [stdout]    |                                                                         this raw pointer has type `*mut yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout]    = note: `#[warn(dangerous_implicit_autorefs)]` on by default
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 71 |             let mut error = format!("Parse error: {}", CStr::from_ptr((&(*parser)).problem));
[INFO] [stdout]    |                                                                       ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/bin/run-parser-test-suite.rs:72:16
[INFO] [stdout]    |
[INFO] [stdout] 72 |             if (*parser).problem_mark.line != 0 || (*parser).problem_mark.column != 0 {
[INFO] [stdout]    |                ^^------^^^^^^^^^^^^^^
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  this raw pointer has type `*mut yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 72 |             if (&(*parser)).problem_mark.line != 0 || (*parser).problem_mark.column != 0 {
[INFO] [stdout]    |                ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/bin/run-parser-test-suite.rs:72:52
[INFO] [stdout]    |
[INFO] [stdout] 72 |             if (*parser).problem_mark.line != 0 || (*parser).problem_mark.column != 0 {
[INFO] [stdout]    |                                                    ^^------^^^^^^^^^^^^^^
[INFO] [stdout]    |                                                      |
[INFO] [stdout]    |                                                      this raw pointer has type `*mut yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 72 |             if (*parser).problem_mark.line != 0 || (&(*parser)).problem_mark.column != 0 {
[INFO] [stdout]    |                                                    ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/bin/run-parser-test-suite.rs:76:22
[INFO] [stdout]    |
[INFO] [stdout] 76 |                     ((*parser).problem_mark.line).wrapping_add(1_u64),
[INFO] [stdout]    |                      ^^------^^^^^^^^^^^^^^
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        this raw pointer has type `*mut yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 76 |                     ((&(*parser)).problem_mark.line).wrapping_add(1_u64),
[INFO] [stdout]    |                      ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/bin/run-parser-test-suite.rs:77:22
[INFO] [stdout]    |
[INFO] [stdout] 77 |                     ((*parser).problem_mark.column).wrapping_add(1_u64),
[INFO] [stdout]    |                      ^^------^^^^^^^^^^^^^^
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        this raw pointer has type `*mut yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 77 |                     ((&(*parser)).problem_mark.column).wrapping_add(1_u64),
[INFO] [stdout]    |                      ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
[INFO] running `Command { std: "docker" "inspect" "7c8213556fedd3982d5c0d5bc479ccd45b85813bd7a5d67d77105dd42e62d0bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c8213556fedd3982d5c0d5bc479ccd45b85813bd7a5d67d77105dd42e62d0bc", kill_on_drop: false }`
[INFO] [stdout] 7c8213556fedd3982d5c0d5bc479ccd45b85813bd7a5d67d77105dd42e62d0bc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7363812a73a3e60992705b185b9c0334bb8503031d112d807e993637fc9a3a49
[INFO] running `Command { std: "docker" "start" "-a" "7363812a73a3e60992705b185b9c0334bb8503031d112d807e993637fc9a3a49", kill_on_drop: false }`
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/bin/run-parser-test-suite.rs:71:71
[INFO] [stdout]    |
[INFO] [stdout] 71 |             let mut error = format!("Parse error: {}", CStr::from_ptr((*parser).problem));
[INFO] [stdout]    |                                                                       ^^------^^^^^^^^^
[INFO] [stdout]    |                                                                         |
[INFO] [stdout]    |                                                                         this raw pointer has type `*mut yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout]    = note: `#[warn(dangerous_implicit_autorefs)]` on by default
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 71 |             let mut error = format!("Parse error: {}", CStr::from_ptr((&(*parser)).problem));
[INFO] [stdout]    |                                                                       ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/bin/run-parser-test-suite.rs:72:16
[INFO] [stdout]    |
[INFO] [stdout] 72 |             if (*parser).problem_mark.line != 0 || (*parser).problem_mark.column != 0 {
[INFO] [stdout]    |                ^^------^^^^^^^^^^^^^^
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  this raw pointer has type `*mut yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 72 |             if (&(*parser)).problem_mark.line != 0 || (*parser).problem_mark.column != 0 {
[INFO] [stdout]    |                ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/bin/run-parser-test-suite.rs:72:52
[INFO] [stdout]    |
[INFO] [stdout] 72 |             if (*parser).problem_mark.line != 0 || (*parser).problem_mark.column != 0 {
[INFO] [stdout]    |                                                    ^^------^^^^^^^^^^^^^^
[INFO] [stdout]    |                                                      |
[INFO] [stdout]    |                                                      this raw pointer has type `*mut yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 72 |             if (*parser).problem_mark.line != 0 || (&(*parser)).problem_mark.column != 0 {
[INFO] [stdout]    |                                                    ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/bin/run-parser-test-suite.rs:76:22
[INFO] [stdout]    |
[INFO] [stdout] 76 |                     ((*parser).problem_mark.line).wrapping_add(1_u64),
[INFO] [stdout]    |                      ^^------^^^^^^^^^^^^^^
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        this raw pointer has type `*mut yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 76 |                     ((&(*parser)).problem_mark.line).wrapping_add(1_u64),
[INFO] [stdout]    |                      ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/bin/run-parser-test-suite.rs:77:22
[INFO] [stdout]    |
[INFO] [stdout] 77 |                     ((*parser).problem_mark.column).wrapping_add(1_u64),
[INFO] [stdout]    |                      ^^------^^^^^^^^^^^^^^
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        this raw pointer has type `*mut yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 77 |                     ((&(*parser)).problem_mark.column).wrapping_add(1_u64),
[INFO] [stdout]    |                      ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/bin/run-emitter-test-suite.rs:138:29
[INFO] [stdout]     |
[INFO] [stdout] 138 |             break Err(match (*emitter).error {
[INFO] [stdout]     |                             ^^-------^^^^^^^
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               this raw pointer has type `*mut yaml_emitter_t`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout]     = note: `#[warn(dangerous_implicit_autorefs)]` on by default
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 138 |             break Err(match (&(*emitter)).error {
[INFO] [stdout]     |                             ++          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/bin/run-emitter-test-suite.rs:141:64
[INFO] [stdout]     |
[INFO] [stdout] 141 |                     format!("Writer error: {}", CStr::from_ptr((*emitter).problem)).into()
[INFO] [stdout]     |                                                                ^^-------^^^^^^^^^
[INFO] [stdout]     |                                                                  |
[INFO] [stdout]     |                                                                  this raw pointer has type `*mut yaml_emitter_t`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 141 |                     format!("Writer error: {}", CStr::from_ptr((&(*emitter)).problem)).into()
[INFO] [stdout]     |                                                                ++          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/bin/run-emitter-test-suite.rs:144:65
[INFO] [stdout]     |
[INFO] [stdout] 144 |                     format!("Emitter error: {}", CStr::from_ptr((*emitter).problem)).into()
[INFO] [stdout]     |                                                                 ^^-------^^^^^^^^^
[INFO] [stdout]     |                                                                   |
[INFO] [stdout]     |                                                                   this raw pointer has type `*mut yaml_emitter_t`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 144 |                     format!("Emitter error: {}", CStr::from_ptr((&(*emitter)).problem)).into()
[INFO] [stdout]     |                                                                 ++          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling unsafe-libyaml-norway v0.2.15 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `unsafe_libyaml_norway_test_suite`
[INFO] [stdout]   --> tests/test_parser_error.rs:31:1
[INFO] [stdout]    |
[INFO] [stdout] 31 | unsafe_libyaml_norway_test_suite::test_parser_error!();
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `unsafe_libyaml_norway_test_suite`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `unsafe_libyaml_norway_test_suite`
[INFO] [stdout]   --> tests/test_parser.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | unsafe_libyaml_norway_test_suite::test_parser!();
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `unsafe_libyaml_norway_test_suite`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `unsafe_libyaml_norway_test_suite`
[INFO] [stdout]   --> tests/test_emitter.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | unsafe_libyaml_norway_test_suite::test_emitter!();
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `unsafe_libyaml_norway_test_suite`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/bin/run-parser-test-suite.rs:71:71
[INFO] [stdout]    |
[INFO] [stdout] 71 |             let mut error = format!("Parse error: {}", CStr::from_ptr((*parser).problem));
[INFO] [stdout]    |                                                                       ^^------^^^^^^^^^
[INFO] [stdout]    |                                                                         |
[INFO] [stdout]    |                                                                         this raw pointer has type `*mut yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout]    = note: `#[warn(dangerous_implicit_autorefs)]` on by default
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 71 |             let mut error = format!("Parse error: {}", CStr::from_ptr((&(*parser)).problem));
[INFO] [stdout]    |                                                                       ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/bin/run-parser-test-suite.rs:72:16
[INFO] [stdout]    |
[INFO] [stdout] 72 |             if (*parser).problem_mark.line != 0 || (*parser).problem_mark.column != 0 {
[INFO] [stdout]    |                ^^------^^^^^^^^^^^^^^
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  this raw pointer has type `*mut yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 72 |             if (&(*parser)).problem_mark.line != 0 || (*parser).problem_mark.column != 0 {
[INFO] [stdout]    |                ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/bin/run-parser-test-suite.rs:72:52
[INFO] [stdout]    |
[INFO] [stdout] 72 |             if (*parser).problem_mark.line != 0 || (*parser).problem_mark.column != 0 {
[INFO] [stdout]    |                                                    ^^------^^^^^^^^^^^^^^
[INFO] [stdout]    |                                                      |
[INFO] [stdout]    |                                                      this raw pointer has type `*mut yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 72 |             if (*parser).problem_mark.line != 0 || (&(*parser)).problem_mark.column != 0 {
[INFO] [stdout]    |                                                    ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/bin/run-parser-test-suite.rs:76:22
[INFO] [stdout]    |
[INFO] [stdout] 76 |                     ((*parser).problem_mark.line).wrapping_add(1_u64),
[INFO] [stdout]    |                      ^^------^^^^^^^^^^^^^^
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        this raw pointer has type `*mut yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 76 |                     ((&(*parser)).problem_mark.line).wrapping_add(1_u64),
[INFO] [stdout]    |                      ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]   --> src/bin/run-parser-test-suite.rs:77:22
[INFO] [stdout]    |
[INFO] [stdout] 77 |                     ((*parser).problem_mark.column).wrapping_add(1_u64),
[INFO] [stdout]    |                      ^^------^^^^^^^^^^^^^^
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        this raw pointer has type `*mut yaml_parser_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]    = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]    |
[INFO] [stdout] 77 |                     ((&(*parser)).problem_mark.column).wrapping_add(1_u64),
[INFO] [stdout]    |                      ++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `unsafe-libyaml-norway` (test "test_parser_error") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `unsafe-libyaml-norway` (test "test_parser") due to 1 previous error
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/bin/run-emitter-test-suite.rs:138:29
[INFO] [stdout]     |
[INFO] [stdout] 138 |             break Err(match (*emitter).error {
[INFO] [stdout]     |                             ^^-------^^^^^^^
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               this raw pointer has type `*mut yaml_emitter_t`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout]     = note: `#[warn(dangerous_implicit_autorefs)]` on by default
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 138 |             break Err(match (&(*emitter)).error {
[INFO] [stdout]     |                             ++          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/bin/run-emitter-test-suite.rs:141:64
[INFO] [stdout]     |
[INFO] [stdout] 141 |                     format!("Writer error: {}", CStr::from_ptr((*emitter).problem)).into()
[INFO] [stdout]     |                                                                ^^-------^^^^^^^^^
[INFO] [stdout]     |                                                                  |
[INFO] [stdout]     |                                                                  this raw pointer has type `*mut yaml_emitter_t`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 141 |                     format!("Writer error: {}", CStr::from_ptr((&(*emitter)).problem)).into()
[INFO] [stdout]     |                                                                ++          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/bin/run-emitter-test-suite.rs:144:65
[INFO] [stdout]     |
[INFO] [stdout] 144 |                     format!("Emitter error: {}", CStr::from_ptr((*emitter).problem)).into()
[INFO] [stdout]     |                                                                 ^^-------^^^^^^^^^
[INFO] [stdout]     |                                                                   |
[INFO] [stdout]     |                                                                   this raw pointer has type `*mut yaml_emitter_t`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 144 |                     format!("Emitter error: {}", CStr::from_ptr((&(*emitter)).problem)).into()
[INFO] [stdout]     |                                                                 ++          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `unsafe-libyaml-norway` (test "test_emitter") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "7363812a73a3e60992705b185b9c0334bb8503031d112d807e993637fc9a3a49", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7363812a73a3e60992705b185b9c0334bb8503031d112d807e993637fc9a3a49", kill_on_drop: false }`
[INFO] [stdout] 7363812a73a3e60992705b185b9c0334bb8503031d112d807e993637fc9a3a49
