[INFO] fetching crate ofw 0.3.1...
[INFO] checking ofw-0.3.1 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate ofw 0.3.1 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate ofw 0.3.1 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ofw 0.3.1
[INFO] finished tweaking crates.io crate ofw 0.3.1
[INFO] tweaked toml for crates.io crate ofw 0.3.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] crate crates.io crate ofw 0.3.1 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" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 96c95e4a1db7fd67df565fb318f41815908ae83bcfc88c630081bede9a77abde
[INFO] running `Command { std: "docker" "start" "-a" "96c95e4a1db7fd67df565fb318f41815908ae83bcfc88c630081bede9a77abde", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "96c95e4a1db7fd67df565fb318f41815908ae83bcfc88c630081bede9a77abde", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "96c95e4a1db7fd67df565fb318f41815908ae83bcfc88c630081bede9a77abde", kill_on_drop: false }`
[INFO] [stdout] 96c95e4a1db7fd67df565fb318f41815908ae83bcfc88c630081bede9a77abde
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cfdbaed6643f40dba999949e42539d85e64ac1887e15c0fe3b0ee82a838dbbaa
[INFO] running `Command { std: "docker" "start" "-a" "cfdbaed6643f40dba999949e42539d85e64ac1887e15c0fe3b0ee82a838dbbaa", kill_on_drop: false }`
[INFO] [stderr]     Checking ofw v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `ofw::service_result`
[INFO] [stdout]  --> examples/client_ppc.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ofw::{call, service_result, ntstr, OFW_TRUE};
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^ no `service_result` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[panic_handler]` function required, but not found
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unwinding panics are not supported without std
[INFO] [stdout]   |
[INFO] [stdout]   = help: using nightly cargo, use -Zbuild-std with panic="abort" to avoid unwinding
[INFO] [stdout]   = note: since the core library is usually precompiled with panic="unwind", rebuilding your crate with panic="abort" may not be enough to fix the problem
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0605]: non-primitive cast: `NTSTR` as `usize`
[INFO] [stdout]   --> examples/client_ppc.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     call!(entry, results, ntstr!("test"), 1, 1, ntstr!("test"));
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ an `as` expression can only be used to convert between primitive types or to coerce to a specific trait object
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `call` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0605]: non-primitive cast: `NTSTR` as `usize`
[INFO] [stdout]   --> examples/client_ppc.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     call!(entry, results, ntstr!("test"), 1, 1, ntstr!("test"));
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ an `as` expression can only be used to convert between primitive types or to coerce to a specific trait object
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `call` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0605]: non-primitive cast: `NTSTR` as `usize`
[INFO] [stdout]   --> examples/client_ppc.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     call!(entry, results, ntstr!("test"), 1, 1, ntstr!("test"));
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ an `as` expression can only be used to convert between primitive types or to coerce to a specific trait object
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `call` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> examples/client_ppc.rs:11:27
[INFO] [stdout]     |
[INFO] [stdout] 11  |     call!(entry, results, ntstr!("test"), 1, 1, ntstr!("test"));
[INFO] [stdout]     |     ----------------------^^^^^^^^^^^^^^-----------------------
[INFO] [stdout]     |     |                     |
[INFO] [stdout]     |     |                     expected `i32`, found `NTSTR`
[INFO] [stdout]     |     arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:157:8
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub fn ofw_call<T: Sized>(entry_fn: EntryFunction, service: NTSTR, num_args: i32, num_rets: i32, args_and_rets: T) -> (bool, T) {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `ntstr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: call `Into::into` on this expression to convert `NTSTR` into `i32`
[INFO] [stdout]     |
[INFO] [stdout] 11  |     call!(entry, results, ntstr!("test").into(), 1, 1, ntstr!("test"));
[INFO] [stdout]     |                                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0605]: non-primitive cast: `NTSTR` as `usize`
[INFO] [stdout]   --> examples/client_ppc.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     call!(entry, results, ntstr!("test"), 1, 1, ntstr!("test"));
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ an `as` expression can only be used to convert between primitive types or to coerce to a specific trait object
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `call` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0432, E0605.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ofw` (example "client_ppc") due to 8 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "cfdbaed6643f40dba999949e42539d85e64ac1887e15c0fe3b0ee82a838dbbaa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cfdbaed6643f40dba999949e42539d85e64ac1887e15c0fe3b0ee82a838dbbaa", kill_on_drop: false }`
[INFO] [stdout] cfdbaed6643f40dba999949e42539d85e64ac1887e15c0fe3b0ee82a838dbbaa
