[INFO] cloning repository https://github.com/holochain-open-dev/module-template [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/holochain-open-dev/module-template" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fholochain-open-dev%2Fmodule-template", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fholochain-open-dev%2Fmodule-template'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0752787b1eec1162823fbeebbcc9e0b6061d4468 [INFO] checking holochain-open-dev/module-template against try#894d32a5432c6a6461bb2aac7c3d5f2e87dce83f for pr-77015 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fholochain-open-dev%2Fmodule-template" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/holochain-open-dev/module-template on toolchain 894d32a5432c6a6461bb2aac7c3d5f2e87dce83f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+894d32a5432c6a6461bb2aac7c3d5f2e87dce83f" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/holochain-open-dev/module-template [INFO] finished tweaking git repo https://github.com/holochain-open-dev/module-template [INFO] tweaked toml for git repo https://github.com/holochain-open-dev/module-template written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/holochain-open-dev/module-template already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+894d32a5432c6a6461bb2aac7c3d5f2e87dce83f" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/holochain/holochain` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded holochain_wasmer_common v0.0.45 [INFO] [stderr] Downloaded holochain_serialized_bytes_derive v0.0.43 [INFO] [stderr] Downloaded holochain_serialized_bytes v0.0.43 [INFO] [stderr] Downloaded holochain_wasmer_guest v0.0.45 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+894d32a5432c6a6461bb2aac7c3d5f2e87dce83f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6208ad5b0cf983f475c1c7a5c1d93a2253058a56db43089ce6130e2417f6ede9 [INFO] running `Command { std: "docker" "start" "-a" "6208ad5b0cf983f475c1c7a5c1d93a2253058a56db43089ce6130e2417f6ede9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6208ad5b0cf983f475c1c7a5c1d93a2253058a56db43089ce6130e2417f6ede9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6208ad5b0cf983f475c1c7a5c1d93a2253058a56db43089ce6130e2417f6ede9", kill_on_drop: false }` [INFO] [stdout] 6208ad5b0cf983f475c1c7a5c1d93a2253058a56db43089ce6130e2417f6ede9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+894d32a5432c6a6461bb2aac7c3d5f2e87dce83f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4628b1c5a680250cba38293950e738df3c21054ab1063497ff284ce3004d821c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4628b1c5a680250cba38293950e738df3c21054ab1063497ff284ce3004d821c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.21 [INFO] [stderr] Compiling syn v1.0.41 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling libc v0.2.77 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Checking hashbrown v0.9.0 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Compiling ppv-lite86 v0.2.9 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling strum v0.18.0 [INFO] [stderr] Compiling constant_time_eq v0.1.5 [INFO] [stderr] Compiling arrayref v0.3.6 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling subtle v2.3.0 [INFO] [stderr] Compiling paste v1.0.1 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling blake2b_simd v0.5.10 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking rmp v0.8.9 [INFO] [stderr] Compiling holochain_serialized_bytes_derive v0.0.43 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Compiling paste-impl v0.1.12 [INFO] [stderr] Compiling strum_macros v0.18.0 [INFO] [stderr] Compiling derive_more v0.99.10 [INFO] [stderr] Compiling paste v0.1.12 [INFO] [stderr] Checking thiserror v1.0.20 [INFO] [stderr] Checking serde-transcode v1.1.0 [INFO] [stderr] Checking serde_bytes v0.11.5 [INFO] [stderr] Checking rmp-serde v0.14.4 [INFO] [stderr] Checking holochain_serialized_bytes v0.0.43 [INFO] [stderr] Checking fixt v0.0.1 (https://github.com/holochain/holochain?rev=5bebc17#5bebc173) [INFO] [stderr] Checking holochain_wasmer_common v0.0.45 [INFO] [stderr] Checking holochain_wasmer_guest v0.0.45 [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/bool.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | self.0.index += 1; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/bool.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | self.0.index % 2 != 0 [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/bytes.rs:26:72 [INFO] [stdout] | [INFO] [stdout] 26 | let mut u8_fixturator = U8Fixturator::new_indexed(Predictable, self.0.index); [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/bytes.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | self.0.index += 1; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:20:27 [INFO] [stdout] | [INFO] [stdout] 20 | let ret = self.0.index as $t; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 28 | fixturator_unsigned!(u8); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | self.0.index = ret.wrapping_add(1) as usize; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 28 | fixturator_unsigned!(u8); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:20:27 [INFO] [stdout] | [INFO] [stdout] 20 | let ret = self.0.index as $t; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 29 | fixturator_unsigned!(u16); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | self.0.index = ret.wrapping_add(1) as usize; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 29 | fixturator_unsigned!(u16); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:20:27 [INFO] [stdout] | [INFO] [stdout] 20 | let ret = self.0.index as $t; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 30 | fixturator_unsigned!(u32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | self.0.index = ret.wrapping_add(1) as usize; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 30 | fixturator_unsigned!(u32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:20:27 [INFO] [stdout] | [INFO] [stdout] 20 | let ret = self.0.index as $t; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 31 | fixturator_unsigned!(u64); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | self.0.index = ret.wrapping_add(1) as usize; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 31 | fixturator_unsigned!(u64); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:20:27 [INFO] [stdout] | [INFO] [stdout] 20 | let ret = self.0.index as $t; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 32 | fixturator_unsigned!(u128); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | self.0.index = ret.wrapping_add(1) as usize; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 32 | fixturator_unsigned!(u128); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:20:27 [INFO] [stdout] | [INFO] [stdout] 20 | let ret = self.0.index as $t; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 33 | fixturator_unsigned!(usize); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | self.0.index = ret.wrapping_add(1) as usize; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 33 | fixturator_unsigned!(usize); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:88:27 [INFO] [stdout] | [INFO] [stdout] 88 | let ret = self.0.index as $t; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 98 | fixturator_signed!(i8); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | self.0.index = ret.wrapping_add(1) as usize; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 98 | fixturator_signed!(i8); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:88:27 [INFO] [stdout] | [INFO] [stdout] 88 | let ret = self.0.index as $t; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 99 | fixturator_signed!(i16); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | self.0.index = ret.wrapping_add(1) as usize; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 99 | fixturator_signed!(i16); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:88:27 [INFO] [stdout] | [INFO] [stdout] 88 | let ret = self.0.index as $t; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 100 | fixturator_signed!(i32); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | self.0.index = ret.wrapping_add(1) as usize; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 100 | fixturator_signed!(i32); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:88:27 [INFO] [stdout] | [INFO] [stdout] 88 | let ret = self.0.index as $t; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 101 | fixturator_signed!(i64); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | self.0.index = ret.wrapping_add(1) as usize; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 101 | fixturator_signed!(i64); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:88:27 [INFO] [stdout] | [INFO] [stdout] 88 | let ret = self.0.index as $t; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 102 | fixturator_signed!(i128); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | self.0.index = ret.wrapping_add(1) as usize; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 102 | fixturator_signed!(i128); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:88:27 [INFO] [stdout] | [INFO] [stdout] 88 | let ret = self.0.index as $t; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 103 | fixturator_signed!(isize); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | self.0.index = ret.wrapping_add(1) as usize; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 103 | fixturator_signed!(isize); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:183:27 [INFO] [stdout] | [INFO] [stdout] 183 | let ret = self.0.index as $t; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 197 | fixturator_float!(f32); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:185:37 [INFO] [stdout] | [INFO] [stdout] 185 | let signed_ret = if self.0.index % 2 == 0 { [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 197 | fixturator_float!(f32); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:190:17 [INFO] [stdout] | [INFO] [stdout] 190 | self.0.index += 1; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 197 | fixturator_float!(f32); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:183:27 [INFO] [stdout] | [INFO] [stdout] 183 | let ret = self.0.index as $t; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 198 | fixturator_float!(f64); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:185:37 [INFO] [stdout] | [INFO] [stdout] 185 | let signed_ret = if self.0.index % 2 == 0 { [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 198 | fixturator_float!(f64); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/number.rs:190:17 [INFO] [stdout] | [INFO] [stdout] 190 | self.0.index += 1; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] ... [INFO] [stdout] 198 | fixturator_float!(f64); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/serialized_bytes.rs:70:18 [INFO] [stdout] | [INFO] [stdout] 70 | .nth(self.0.index) [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/serialized_bytes.rs:75:81 [INFO] [stdout] | [INFO] [stdout] 75 | ThingsToSerialize::Unit => UnitFixturator::new_indexed(Predictable, self.0.index) [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/serialized_bytes.rs:81:58 [INFO] [stdout] | [INFO] [stdout] 81 | BoolFixturator::new_indexed(Predictable, self.0.index) [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/serialized_bytes.rs:88:57 [INFO] [stdout] | [INFO] [stdout] 88 | U32Fixturator::new_indexed(Predictable, self.0.index) [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/serialized_bytes.rs:95:60 [INFO] [stdout] | [INFO] [stdout] 95 | StringFixturator::new_indexed(Predictable, self.0.index) [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/serialized_bytes.rs:103:9 [INFO] [stdout] | [INFO] [stdout] 103 | self.0.index += 1; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/string.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | .nth(self.0.index % PREDICTABLE_CHARS.chars().count()) [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/string.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | self.0.index += 1; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/string.rs:47:18 [INFO] [stdout] | [INFO] [stdout] 47 | .nth(self.0.index) [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/string.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | self.0.index += 1; [INFO] [stdout] | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/holochain-391184137afba57c/5bebc17/crates/fixt/src/lib.rs:463:17 [INFO] [stdout] | [INFO] [stdout] 463 | / fn next(&mut self) -> Option { [INFO] [stdout] 464 | | let original_index = self.0.index; [INFO] [stdout] 465 | | let ret = $e; [INFO] [stdout] 466 | | if original_index == self.0.index { [INFO] [stdout] ... | [INFO] [stdout] 469 | | Some(ret) [INFO] [stdout] 470 | | } [INFO] [stdout] | |_________________- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 44 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0424`. [INFO] [stdout] [INFO] [stderr] error: could not compile `fixt` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "4628b1c5a680250cba38293950e738df3c21054ab1063497ff284ce3004d821c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4628b1c5a680250cba38293950e738df3c21054ab1063497ff284ce3004d821c", kill_on_drop: false }` [INFO] [stdout] 4628b1c5a680250cba38293950e738df3c21054ab1063497ff284ce3004d821c