[INFO] cloning repository https://github.com/Tricked-dev/github-api [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Tricked-dev/github-api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTricked-dev%2Fgithub-api", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTricked-dev%2Fgithub-api'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f41f7640fb63764807939beed3fb39adb88b8ce1 [INFO] testing Tricked-dev/github-api against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTricked-dev%2Fgithub-api" "/workspace/builds/worker-24/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-24/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Tricked-dev/github-api on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Tricked-dev/github-api [INFO] finished tweaking git repo https://github.com/Tricked-dev/github-api [INFO] tweaked toml for git repo https://github.com/Tricked-dev/github-api written to /workspace/builds/worker-24/source/Cargo.toml [INFO] crate git repo https://github.com/Tricked-dev/github-api already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tokio-macros v1.6.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 010b71f06142d923e98cce4ab5fc0f1a925ed1b323ffdebd1fdfb87511dab40d [INFO] running `Command { std: "docker" "start" "-a" "010b71f06142d923e98cce4ab5fc0f1a925ed1b323ffdebd1fdfb87511dab40d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "010b71f06142d923e98cce4ab5fc0f1a925ed1b323ffdebd1fdfb87511dab40d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "010b71f06142d923e98cce4ab5fc0f1a925ed1b323ffdebd1fdfb87511dab40d", kill_on_drop: false }` [INFO] [stdout] 010b71f06142d923e98cce4ab5fc0f1a925ed1b323ffdebd1fdfb87511dab40d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c8f76a48d3d9c2ee5b8e016551c7d51a5ac480f09857adae3f5147116272499e [INFO] running `Command { std: "docker" "start" "-a" "c8f76a48d3d9c2ee5b8e016551c7d51a5ac480f09857adae3f5147116272499e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.33 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling serde_derive v1.0.131 [INFO] [stderr] Compiling serde v1.0.131 [INFO] [stderr] Compiling serde_json v1.0.73 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling github-api-octocat v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.21s [INFO] running `Command { std: "docker" "inspect" "c8f76a48d3d9c2ee5b8e016551c7d51a5ac480f09857adae3f5147116272499e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8f76a48d3d9c2ee5b8e016551c7d51a5ac480f09857adae3f5147116272499e", kill_on_drop: false }` [INFO] [stdout] c8f76a48d3d9c2ee5b8e016551c7d51a5ac480f09857adae3f5147116272499e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 625da42b880e5409863804b6aaa31368879150ed96b5e6c23b04597d035b3d12 [INFO] running `Command { std: "docker" "start" "-a" "625da42b880e5409863804b6aaa31368879150ed96b5e6c23b04597d035b3d12", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling tokio v1.14.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling serde_derive v1.0.131 [INFO] [stderr] Compiling tokio-macros v1.6.0 [INFO] [stderr] Compiling serde v1.0.131 [INFO] [stderr] Compiling serde_json v1.0.73 [INFO] [stderr] Compiling github-api-octocat v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 37.92s [INFO] running `Command { std: "docker" "inspect" "625da42b880e5409863804b6aaa31368879150ed96b5e6c23b04597d035b3d12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "625da42b880e5409863804b6aaa31368879150ed96b5e6c23b04597d035b3d12", kill_on_drop: false }` [INFO] [stdout] 625da42b880e5409863804b6aaa31368879150ed96b5e6c23b04597d035b3d12 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 18add1f5a67cc6f8c64518d232b53532e6a77439b7c5beac35d8bd82da092e9e [INFO] running `Command { std: "docker" "start" "-a" "18add1f5a67cc6f8c64518d232b53532e6a77439b7c5beac35d8bd82da092e9e", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/github_api_octocat-8b73d3c7716ef7b2) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests github-api-octocat [INFO] [stdout] [INFO] [stdout] running 30 tests [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::DeleteReposownerrepoCodeScanningAnalysesanalysisId (line 4104) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::PostEnterprisesenterpriseActionsRunnersRemoveToken (line 551) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::PatchScimV2OrganizationsorgUsersscimUserId (line 6785) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::PatchScimV2EnterprisesenterpriseUsersscimUserId (line 6709) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::PutOrgsorgActionsSecretssecretName (line 1525) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::PostReposownerrepoCodeScanningSarifs (line 4172) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::PutRepositoriesrepositoryIdEnvironmentsenvironmentNameSecretssecretName (line 6539) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::PostEnterprisesenterpriseActionsRunnersRegistrationToken (line 533) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::PostOrgsorgActionsRunnersRegistrationToken (line 1375) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::PutReposownerrepoActionsSecretssecretName (line 3371) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::PutOrgsorgDependabotSecretssecretName (line 1728) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::PostOrgsorgActionsRunnersRemoveToken (line 1393) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::DeleteReposownerrepoCodeScanningAnalysesanalysisId (line 4121) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::PutReposownerrepoActionsSecretssecretName (line 3347) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::PutOrgsorgDependabotSecretssecretName (line 1704) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::PutOrgsorgDependabotSecretssecretName (line 1744) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::PutRepositoriesrepositoryIdEnvironmentsenvironmentNameSecretssecretName (line 6515) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::PutOrgsorgActionsSecretssecretName (line 1541) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::PutUserCodespacesSecretssecretName (line 7416) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::PostReposownerrepoActionsRunnersRegistrationToken (line 3076) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::PutRepositoriesrepositoryIdEnvironmentsenvironmentNameSecretssecretName (line 6555) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::PutReposownerrepoCollaboratorsusername (line 4253) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::PutReposownerrepoDependabotSecretssecretName (line 4647) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::PutReposownerrepoDependabotSecretssecretName (line 4671) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::PostReposownerrepoActionsRunnersRemoveToken (line 3092) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::PutUserCodespacesSecretssecretName (line 7432) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::PutReposownerrepoDependabotSecretssecretName (line 4687) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::PutUserCodespacesSecretssecretName (line 7392) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::PutReposownerrepoActionsSecretssecretName (line 3387) ... FAILED [INFO] [stdout] test src/end_points.rs - end_points::EndPoints::PutOrgsorgActionsSecretssecretName (line 1501) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::DeleteReposownerrepoCodeScanningAnalysesanalysisId (line 4104) stdout ---- [INFO] [stdout] error: expected identifier, found keyword `true` [INFO] [stdout] --> src/end_points.rs:4105:14 [INFO] [stdout] | [INFO] [stdout] 3 | "deletable": true [INFO] [stdout] | ^^^^ expected identifier, found keyword [INFO] [stdout] | [INFO] [stdout] help: escape `true` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 3 | "deletable": r#true [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] error: expected type, found keyword `true` [INFO] [stdout] --> src/end_points.rs:4105:14 [INFO] [stdout] | [INFO] [stdout] 3 | "deletable": true [INFO] [stdout] | - ^^^^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::PostEnterprisesenterpriseActionsRunnersRemoveToken (line 551) stdout ---- [INFO] [stdout] error: expected expression, found `.` [INFO] [stdout] --> src/end_points.rs:552:1 [INFO] [stdout] | [INFO] [stdout] 3 | ./config.sh remove --token TOKEN [INFO] [stdout] | ^ expected expression [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::PatchScimV2OrganizationsorgUsersscimUserId (line 6785) stdout ---- [INFO] [stdout] error: expected type, found `{` [INFO] [stdout] --> src/end_points.rs:6787:17 [INFO] [stdout] | [INFO] [stdout] 4 | "Operations":[{ [INFO] [stdout] | - ^ expected type [INFO] [stdout] | | [INFO] [stdout] | help: maybe write a path separator here: `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::PatchScimV2EnterprisesenterpriseUsersscimUserId (line 6709) stdout ---- [INFO] [stdout] error: expected type, found `{` [INFO] [stdout] --> src/end_points.rs:6711:17 [INFO] [stdout] | [INFO] [stdout] 4 | "Operations":[{ [INFO] [stdout] | - ^ expected type [INFO] [stdout] | | [INFO] [stdout] | help: maybe write a path separator here: `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::PutOrgsorgActionsSecretssecretName (line 1525) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `base64` [INFO] [stdout] --> src/end_points.rs:1526:6 [INFO] [stdout] | [INFO] [stdout] 3 | from base64 import b64encode [INFO] [stdout] | ^^^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::PostReposownerrepoCodeScanningSarifs (line 4172) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `analysis` [INFO] [stdout] --> src/end_points.rs:4173:9 [INFO] [stdout] | [INFO] [stdout] 3 | gzip -c analysis-data.sarif | base64 -w0 [INFO] [stdout] | ^^^^^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::PutRepositoriesrepositoryIdEnvironmentsenvironmentNameSecretssecretName (line 6539) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `base64` [INFO] [stdout] --> src/end_points.rs:6540:6 [INFO] [stdout] | [INFO] [stdout] 3 | from base64 import b64encode [INFO] [stdout] | ^^^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::PostEnterprisesenterpriseActionsRunnersRegistrationToken (line 533) stdout ---- [INFO] [stdout] error: expected expression, found `.` [INFO] [stdout] --> src/end_points.rs:534:1 [INFO] [stdout] | [INFO] [stdout] 3 | ./config.sh --url https://github.com/enterprises/octo-enterprise --token TOKEN [INFO] [stdout] | ^ expected expression [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::PostOrgsorgActionsRunnersRegistrationToken (line 1375) stdout ---- [INFO] [stdout] error: expected expression, found `.` [INFO] [stdout] --> src/end_points.rs:1376:1 [INFO] [stdout] | [INFO] [stdout] 3 | ./config.sh --url https://github.com/octo-org --token TOKEN [INFO] [stdout] | ^ expected expression [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::PutReposownerrepoActionsSecretssecretName (line 3371) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `base64` [INFO] [stdout] --> src/end_points.rs:3372:6 [INFO] [stdout] | [INFO] [stdout] 3 | from base64 import b64encode [INFO] [stdout] | ^^^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::PutOrgsorgDependabotSecretssecretName (line 1728) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `base64` [INFO] [stdout] --> src/end_points.rs:1729:6 [INFO] [stdout] | [INFO] [stdout] 3 | from base64 import b64encode [INFO] [stdout] | ^^^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::PostOrgsorgActionsRunnersRemoveToken (line 1393) stdout ---- [INFO] [stdout] error: expected expression, found `.` [INFO] [stdout] --> src/end_points.rs:1394:1 [INFO] [stdout] | [INFO] [stdout] 3 | ./config.sh remove --token TOKEN [INFO] [stdout] | ^ expected expression [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::DeleteReposownerrepoCodeScanningAnalysesanalysisId (line 4121) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `specified` [INFO] [stdout] --> src/end_points.rs:4122:10 [INFO] [stdout] | [INFO] [stdout] 3 | Analysis specified is not deletable. [INFO] [stdout] | ^^^^^^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::PutReposownerrepoActionsSecretssecretName (line 3347) stdout ---- [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/end_points.rs:3348:24 [INFO] [stdout] | [INFO] [stdout] 3 | const sodium = require('tweetsodium'); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 3 | const sodium = require("tweetsodium"); [INFO] [stdout] | ~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/end_points.rs:3355:35 [INFO] [stdout] | [INFO] [stdout] 10 | const keyBytes = Buffer.from(key, 'base64'); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 10 | const keyBytes = Buffer.from(key, "base64"); [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/end_points.rs:3361:56 [INFO] [stdout] | [INFO] [stdout] 16 | const encrypted = Buffer.from(encryptedBytes).toString('base64'); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 16 | const encrypted = Buffer.from(encryptedBytes).toString("base64"); [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `require` in this scope [INFO] [stdout] --> src/end_points.rs:3348:16 [INFO] [stdout] | [INFO] [stdout] 3 | const sodium = require('tweetsodium'); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Buffer` in this scope [INFO] [stdout] --> src/end_points.rs:3354:22 [INFO] [stdout] | [INFO] [stdout] 9 | const messageBytes = Buffer.from(value); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Buffer` in this scope [INFO] [stdout] --> src/end_points.rs:3355:18 [INFO] [stdout] | [INFO] [stdout] 10 | const keyBytes = Buffer.from(key, 'base64'); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Buffer` in this scope [INFO] [stdout] --> src/end_points.rs:3361:19 [INFO] [stdout] | [INFO] [stdout] 16 | const encrypted = Buffer.from(encryptedBytes).toString('base64'); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `console` in this scope [INFO] [stdout] --> src/end_points.rs:3363:1 [INFO] [stdout] | [INFO] [stdout] 18 | console.log(encrypted); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:3348:7 [INFO] [stdout] | [INFO] [stdout] 3 | const sodium = require('tweetsodium'); [INFO] [stdout] | ^^^^^^ help: provide a type for the item: `sodium: ` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:3350:7 [INFO] [stdout] | [INFO] [stdout] 5 | const key = "base64-encoded-public-key"; [INFO] [stdout] | ^^^ help: provide a type for the constant: `key: &str` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:3351:7 [INFO] [stdout] | [INFO] [stdout] 6 | const value = "plain-text-secret"; [INFO] [stdout] | ^^^^^ help: provide a type for the constant: `value: &str` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:3354:7 [INFO] [stdout] | [INFO] [stdout] 9 | const messageBytes = Buffer.from(value); [INFO] [stdout] | ^^^^^^^^^^^^ help: provide a type for the item: `messageBytes: ` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:3355:7 [INFO] [stdout] | [INFO] [stdout] 10 | const keyBytes = Buffer.from(key, 'base64'); [INFO] [stdout] | ^^^^^^^^ help: provide a type for the item: `keyBytes: ` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:3358:7 [INFO] [stdout] | [INFO] [stdout] 13 | const encryptedBytes = sodium.seal(messageBytes, keyBytes); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: provide a type for the item: `encryptedBytes: ` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:3361:7 [INFO] [stdout] | [INFO] [stdout] 16 | const encrypted = Buffer.from(encryptedBytes).toString('base64'); [INFO] [stdout] | ^^^^^^^^^ help: provide a type for the item: `encrypted: ` [INFO] [stdout] [INFO] [stdout] error: aborting due to 15 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::PutOrgsorgDependabotSecretssecretName (line 1704) stdout ---- [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/end_points.rs:1705:24 [INFO] [stdout] | [INFO] [stdout] 3 | const sodium = require('tweetsodium'); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 3 | const sodium = require("tweetsodium"); [INFO] [stdout] | ~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/end_points.rs:1712:35 [INFO] [stdout] | [INFO] [stdout] 10 | const keyBytes = Buffer.from(key, 'base64'); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 10 | const keyBytes = Buffer.from(key, "base64"); [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/end_points.rs:1718:56 [INFO] [stdout] | [INFO] [stdout] 16 | const encrypted = Buffer.from(encryptedBytes).toString('base64'); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 16 | const encrypted = Buffer.from(encryptedBytes).toString("base64"); [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `require` in this scope [INFO] [stdout] --> src/end_points.rs:1705:16 [INFO] [stdout] | [INFO] [stdout] 3 | const sodium = require('tweetsodium'); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Buffer` in this scope [INFO] [stdout] --> src/end_points.rs:1711:22 [INFO] [stdout] | [INFO] [stdout] 9 | const messageBytes = Buffer.from(value); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Buffer` in this scope [INFO] [stdout] --> src/end_points.rs:1712:18 [INFO] [stdout] | [INFO] [stdout] 10 | const keyBytes = Buffer.from(key, 'base64'); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Buffer` in this scope [INFO] [stdout] --> src/end_points.rs:1718:19 [INFO] [stdout] | [INFO] [stdout] 16 | const encrypted = Buffer.from(encryptedBytes).toString('base64'); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `console` in this scope [INFO] [stdout] --> src/end_points.rs:1720:1 [INFO] [stdout] | [INFO] [stdout] 18 | console.log(encrypted); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:1705:7 [INFO] [stdout] | [INFO] [stdout] 3 | const sodium = require('tweetsodium'); [INFO] [stdout] | ^^^^^^ help: provide a type for the item: `sodium: ` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:1707:7 [INFO] [stdout] | [INFO] [stdout] 5 | const key = "base64-encoded-public-key"; [INFO] [stdout] | ^^^ help: provide a type for the constant: `key: &str` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:1708:7 [INFO] [stdout] | [INFO] [stdout] 6 | const value = "plain-text-secret"; [INFO] [stdout] | ^^^^^ help: provide a type for the constant: `value: &str` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:1711:7 [INFO] [stdout] | [INFO] [stdout] 9 | const messageBytes = Buffer.from(value); [INFO] [stdout] | ^^^^^^^^^^^^ help: provide a type for the item: `messageBytes: ` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:1712:7 [INFO] [stdout] | [INFO] [stdout] 10 | const keyBytes = Buffer.from(key, 'base64'); [INFO] [stdout] | ^^^^^^^^ help: provide a type for the item: `keyBytes: ` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:1715:7 [INFO] [stdout] | [INFO] [stdout] 13 | const encryptedBytes = sodium.seal(messageBytes, keyBytes); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: provide a type for the item: `encryptedBytes: ` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:1718:7 [INFO] [stdout] | [INFO] [stdout] 16 | const encrypted = Buffer.from(encryptedBytes).toString('base64'); [INFO] [stdout] | ^^^^^^^^^ help: provide a type for the item: `encrypted: ` [INFO] [stdout] [INFO] [stdout] error: aborting due to 15 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::PutOrgsorgDependabotSecretssecretName (line 1744) stdout ---- [INFO] [stdout] error: invalid variable declaration [INFO] [stdout] --> src/end_points.rs:1745:1 [INFO] [stdout] | [INFO] [stdout] 3 | var secretValue = System.Text.Encoding.UTF8.GetBytes("mySecret"); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: write `let` instead of `var` to introduce a new variable [INFO] [stdout] | [INFO] [stdout] 3 | let secretValue = System.Text.Encoding.UTF8.GetBytes("mySecret"); [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] error: invalid variable declaration [INFO] [stdout] --> src/end_points.rs:1746:1 [INFO] [stdout] | [INFO] [stdout] 4 | var publicKey = Convert.FromBase64String("2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU="); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: write `let` instead of `var` to introduce a new variable [INFO] [stdout] | [INFO] [stdout] 4 | let publicKey = Convert.FromBase64String("2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU="); [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] error: invalid variable declaration [INFO] [stdout] --> src/end_points.rs:1748:1 [INFO] [stdout] | [INFO] [stdout] 6 | var sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: write `let` instead of `var` to introduce a new variable [INFO] [stdout] | [INFO] [stdout] 6 | let sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey); [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `System` in this scope [INFO] [stdout] --> src/end_points.rs:1745:19 [INFO] [stdout] | [INFO] [stdout] 3 | var secretValue = System.Text.Encoding.UTF8.GetBytes("mySecret"); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 2 | use std::alloc::System; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Convert` in this scope [INFO] [stdout] --> src/end_points.rs:1746:17 [INFO] [stdout] | [INFO] [stdout] 4 | var publicKey = Convert.FromBase64String("2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU="); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Sodium` in this scope [INFO] [stdout] --> src/end_points.rs:1748:26 [INFO] [stdout] | [INFO] [stdout] 6 | var sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Console` in this scope [INFO] [stdout] --> src/end_points.rs:1750:1 [INFO] [stdout] | [INFO] [stdout] 8 | Console.WriteLine(Convert.ToBase64String(sealedPublicKeyBox)); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Convert` in this scope [INFO] [stdout] --> src/end_points.rs:1750:19 [INFO] [stdout] | [INFO] [stdout] 8 | Console.WriteLine(Convert.ToBase64String(sealedPublicKeyBox)); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::PutRepositoriesrepositoryIdEnvironmentsenvironmentNameSecretssecretName (line 6515) stdout ---- [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/end_points.rs:6516:24 [INFO] [stdout] | [INFO] [stdout] 3 | const sodium = require('tweetsodium'); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 3 | const sodium = require("tweetsodium"); [INFO] [stdout] | ~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/end_points.rs:6523:35 [INFO] [stdout] | [INFO] [stdout] 10 | const keyBytes = Buffer.from(key, 'base64'); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 10 | const keyBytes = Buffer.from(key, "base64"); [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/end_points.rs:6529:56 [INFO] [stdout] | [INFO] [stdout] 16 | const encrypted = Buffer.from(encryptedBytes).toString('base64'); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 16 | const encrypted = Buffer.from(encryptedBytes).toString("base64"); [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `require` in this scope [INFO] [stdout] --> src/end_points.rs:6516:16 [INFO] [stdout] | [INFO] [stdout] 3 | const sodium = require('tweetsodium'); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Buffer` in this scope [INFO] [stdout] --> src/end_points.rs:6522:22 [INFO] [stdout] | [INFO] [stdout] 9 | const messageBytes = Buffer.from(value); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Buffer` in this scope [INFO] [stdout] --> src/end_points.rs:6523:18 [INFO] [stdout] | [INFO] [stdout] 10 | const keyBytes = Buffer.from(key, 'base64'); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Buffer` in this scope [INFO] [stdout] --> src/end_points.rs:6529:19 [INFO] [stdout] | [INFO] [stdout] 16 | const encrypted = Buffer.from(encryptedBytes).toString('base64'); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `console` in this scope [INFO] [stdout] --> src/end_points.rs:6531:1 [INFO] [stdout] | [INFO] [stdout] 18 | console.log(encrypted); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:6516:7 [INFO] [stdout] | [INFO] [stdout] 3 | const sodium = require('tweetsodium'); [INFO] [stdout] | ^^^^^^ help: provide a type for the item: `sodium: ` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:6518:7 [INFO] [stdout] | [INFO] [stdout] 5 | const key = "base64-encoded-public-key"; [INFO] [stdout] | ^^^ help: provide a type for the constant: `key: &str` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:6519:7 [INFO] [stdout] | [INFO] [stdout] 6 | const value = "plain-text-secret"; [INFO] [stdout] | ^^^^^ help: provide a type for the constant: `value: &str` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:6522:7 [INFO] [stdout] | [INFO] [stdout] 9 | const messageBytes = Buffer.from(value); [INFO] [stdout] | ^^^^^^^^^^^^ help: provide a type for the item: `messageBytes: ` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:6523:7 [INFO] [stdout] | [INFO] [stdout] 10 | const keyBytes = Buffer.from(key, 'base64'); [INFO] [stdout] | ^^^^^^^^ help: provide a type for the item: `keyBytes: ` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:6526:7 [INFO] [stdout] | [INFO] [stdout] 13 | const encryptedBytes = sodium.seal(messageBytes, keyBytes); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: provide a type for the item: `encryptedBytes: ` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:6529:7 [INFO] [stdout] | [INFO] [stdout] 16 | const encrypted = Buffer.from(encryptedBytes).toString('base64'); [INFO] [stdout] | ^^^^^^^^^ help: provide a type for the item: `encrypted: ` [INFO] [stdout] [INFO] [stdout] error: aborting due to 15 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::PutOrgsorgActionsSecretssecretName (line 1541) stdout ---- [INFO] [stdout] error: invalid variable declaration [INFO] [stdout] --> src/end_points.rs:1542:1 [INFO] [stdout] | [INFO] [stdout] 3 | var secretValue = System.Text.Encoding.UTF8.GetBytes("mySecret"); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: write `let` instead of `var` to introduce a new variable [INFO] [stdout] | [INFO] [stdout] 3 | let secretValue = System.Text.Encoding.UTF8.GetBytes("mySecret"); [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] error: invalid variable declaration [INFO] [stdout] --> src/end_points.rs:1543:1 [INFO] [stdout] | [INFO] [stdout] 4 | var publicKey = Convert.FromBase64String("2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU="); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: write `let` instead of `var` to introduce a new variable [INFO] [stdout] | [INFO] [stdout] 4 | let publicKey = Convert.FromBase64String("2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU="); [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] error: invalid variable declaration [INFO] [stdout] --> src/end_points.rs:1545:1 [INFO] [stdout] | [INFO] [stdout] 6 | var sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: write `let` instead of `var` to introduce a new variable [INFO] [stdout] | [INFO] [stdout] 6 | let sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey); [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `System` in this scope [INFO] [stdout] --> src/end_points.rs:1542:19 [INFO] [stdout] | [INFO] [stdout] 3 | var secretValue = System.Text.Encoding.UTF8.GetBytes("mySecret"); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 2 | use std::alloc::System; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Convert` in this scope [INFO] [stdout] --> src/end_points.rs:1543:17 [INFO] [stdout] | [INFO] [stdout] 4 | var publicKey = Convert.FromBase64String("2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU="); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Sodium` in this scope [INFO] [stdout] --> src/end_points.rs:1545:26 [INFO] [stdout] | [INFO] [stdout] 6 | var sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Console` in this scope [INFO] [stdout] --> src/end_points.rs:1547:1 [INFO] [stdout] | [INFO] [stdout] 8 | Console.WriteLine(Convert.ToBase64String(sealedPublicKeyBox)); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Convert` in this scope [INFO] [stdout] --> src/end_points.rs:1547:19 [INFO] [stdout] | [INFO] [stdout] 8 | Console.WriteLine(Convert.ToBase64String(sealedPublicKeyBox)); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::PutUserCodespacesSecretssecretName (line 7416) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `base64` [INFO] [stdout] --> src/end_points.rs:7417:6 [INFO] [stdout] | [INFO] [stdout] 3 | from base64 import b64encode [INFO] [stdout] | ^^^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::PostReposownerrepoActionsRunnersRegistrationToken (line 3076) stdout ---- [INFO] [stdout] error: expected expression, found `.` [INFO] [stdout] --> src/end_points.rs:3077:1 [INFO] [stdout] | [INFO] [stdout] 3 | ./config.sh --url https://github.com/octo-org/octo-repo-artifacts --token TOKEN [INFO] [stdout] | ^ expected expression [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::PutRepositoriesrepositoryIdEnvironmentsenvironmentNameSecretssecretName (line 6555) stdout ---- [INFO] [stdout] error: invalid variable declaration [INFO] [stdout] --> src/end_points.rs:6556:1 [INFO] [stdout] | [INFO] [stdout] 3 | var secretValue = System.Text.Encoding.UTF8.GetBytes("mySecret"); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: write `let` instead of `var` to introduce a new variable [INFO] [stdout] | [INFO] [stdout] 3 | let secretValue = System.Text.Encoding.UTF8.GetBytes("mySecret"); [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] error: invalid variable declaration [INFO] [stdout] --> src/end_points.rs:6557:1 [INFO] [stdout] | [INFO] [stdout] 4 | var publicKey = Convert.FromBase64String("2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU="); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: write `let` instead of `var` to introduce a new variable [INFO] [stdout] | [INFO] [stdout] 4 | let publicKey = Convert.FromBase64String("2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU="); [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] error: invalid variable declaration [INFO] [stdout] --> src/end_points.rs:6559:1 [INFO] [stdout] | [INFO] [stdout] 6 | var sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: write `let` instead of `var` to introduce a new variable [INFO] [stdout] | [INFO] [stdout] 6 | let sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey); [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `System` in this scope [INFO] [stdout] --> src/end_points.rs:6556:19 [INFO] [stdout] | [INFO] [stdout] 3 | var secretValue = System.Text.Encoding.UTF8.GetBytes("mySecret"); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 2 | use std::alloc::System; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Convert` in this scope [INFO] [stdout] --> src/end_points.rs:6557:17 [INFO] [stdout] | [INFO] [stdout] 4 | var publicKey = Convert.FromBase64String("2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU="); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Sodium` in this scope [INFO] [stdout] --> src/end_points.rs:6559:26 [INFO] [stdout] | [INFO] [stdout] 6 | var sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Console` in this scope [INFO] [stdout] --> src/end_points.rs:6561:1 [INFO] [stdout] | [INFO] [stdout] 8 | Console.WriteLine(Convert.ToBase64String(sealedPublicKeyBox)); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Convert` in this scope [INFO] [stdout] --> src/end_points.rs:6561:19 [INFO] [stdout] | [INFO] [stdout] 8 | Console.WriteLine(Convert.ToBase64String(sealedPublicKeyBox)); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::PutReposownerrepoCollaboratorsusername (line 4253) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `assign` [INFO] [stdout] --> src/end_points.rs:4254:8 [INFO] [stdout] | [INFO] [stdout] 3 | Cannot assign {member} permission of {role name} [INFO] [stdout] | ^^^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::PutReposownerrepoDependabotSecretssecretName (line 4647) stdout ---- [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/end_points.rs:4648:24 [INFO] [stdout] | [INFO] [stdout] 3 | const sodium = require('tweetsodium'); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 3 | const sodium = require("tweetsodium"); [INFO] [stdout] | ~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/end_points.rs:4655:35 [INFO] [stdout] | [INFO] [stdout] 10 | const keyBytes = Buffer.from(key, 'base64'); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 10 | const keyBytes = Buffer.from(key, "base64"); [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/end_points.rs:4661:56 [INFO] [stdout] | [INFO] [stdout] 16 | const encrypted = Buffer.from(encryptedBytes).toString('base64'); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 16 | const encrypted = Buffer.from(encryptedBytes).toString("base64"); [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `require` in this scope [INFO] [stdout] --> src/end_points.rs:4648:16 [INFO] [stdout] | [INFO] [stdout] 3 | const sodium = require('tweetsodium'); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Buffer` in this scope [INFO] [stdout] --> src/end_points.rs:4654:22 [INFO] [stdout] | [INFO] [stdout] 9 | const messageBytes = Buffer.from(value); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Buffer` in this scope [INFO] [stdout] --> src/end_points.rs:4655:18 [INFO] [stdout] | [INFO] [stdout] 10 | const keyBytes = Buffer.from(key, 'base64'); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Buffer` in this scope [INFO] [stdout] --> src/end_points.rs:4661:19 [INFO] [stdout] | [INFO] [stdout] 16 | const encrypted = Buffer.from(encryptedBytes).toString('base64'); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `console` in this scope [INFO] [stdout] --> src/end_points.rs:4663:1 [INFO] [stdout] | [INFO] [stdout] 18 | console.log(encrypted); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:4648:7 [INFO] [stdout] | [INFO] [stdout] 3 | const sodium = require('tweetsodium'); [INFO] [stdout] | ^^^^^^ help: provide a type for the item: `sodium: ` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:4650:7 [INFO] [stdout] | [INFO] [stdout] 5 | const key = "base64-encoded-public-key"; [INFO] [stdout] | ^^^ help: provide a type for the constant: `key: &str` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:4651:7 [INFO] [stdout] | [INFO] [stdout] 6 | const value = "plain-text-secret"; [INFO] [stdout] | ^^^^^ help: provide a type for the constant: `value: &str` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:4654:7 [INFO] [stdout] | [INFO] [stdout] 9 | const messageBytes = Buffer.from(value); [INFO] [stdout] | ^^^^^^^^^^^^ help: provide a type for the item: `messageBytes: ` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:4655:7 [INFO] [stdout] | [INFO] [stdout] 10 | const keyBytes = Buffer.from(key, 'base64'); [INFO] [stdout] | ^^^^^^^^ help: provide a type for the item: `keyBytes: ` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:4658:7 [INFO] [stdout] | [INFO] [stdout] 13 | const encryptedBytes = sodium.seal(messageBytes, keyBytes); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: provide a type for the item: `encryptedBytes: ` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:4661:7 [INFO] [stdout] | [INFO] [stdout] 16 | const encrypted = Buffer.from(encryptedBytes).toString('base64'); [INFO] [stdout] | ^^^^^^^^^ help: provide a type for the item: `encrypted: ` [INFO] [stdout] [INFO] [stdout] error: aborting due to 15 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::PutReposownerrepoDependabotSecretssecretName (line 4671) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `base64` [INFO] [stdout] --> src/end_points.rs:4672:6 [INFO] [stdout] | [INFO] [stdout] 3 | from base64 import b64encode [INFO] [stdout] | ^^^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::PostReposownerrepoActionsRunnersRemoveToken (line 3092) stdout ---- [INFO] [stdout] error: expected expression, found `.` [INFO] [stdout] --> src/end_points.rs:3093:1 [INFO] [stdout] | [INFO] [stdout] 3 | ./config.sh remove --token TOKEN [INFO] [stdout] | ^ expected expression [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::PutUserCodespacesSecretssecretName (line 7432) stdout ---- [INFO] [stdout] error: invalid variable declaration [INFO] [stdout] --> src/end_points.rs:7433:1 [INFO] [stdout] | [INFO] [stdout] 3 | var secretValue = System.Text.Encoding.UTF8.GetBytes("mySecret"); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: write `let` instead of `var` to introduce a new variable [INFO] [stdout] | [INFO] [stdout] 3 | let secretValue = System.Text.Encoding.UTF8.GetBytes("mySecret"); [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stdout] error: invalid variable declaration [INFO] [stdout] --> src/end_points.rs:7434:1 [INFO] [stdout] | [INFO] [stdout] 4 | var publicKey = Convert.FromBase64String("2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU="); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: write `let` instead of `var` to introduce a new variable [INFO] [stdout] | [INFO] [stdout] 4 | let publicKey = Convert.FromBase64String("2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU="); [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] error: invalid variable declaration [INFO] [stdout] --> src/end_points.rs:7436:1 [INFO] [stdout] | [INFO] [stdout] 6 | var sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: write `let` instead of `var` to introduce a new variable [INFO] [stdout] | [INFO] [stdout] 6 | let sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey); [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `System` in this scope [INFO] [stdout] --> src/end_points.rs:7433:19 [INFO] [stdout] | [INFO] [stdout] 3 | var secretValue = System.Text.Encoding.UTF8.GetBytes("mySecret"); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 2 | use std::alloc::System; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Convert` in this scope [INFO] [stdout] --> src/end_points.rs:7434:17 [INFO] [stdout] | [INFO] [stdout] 4 | var publicKey = Convert.FromBase64String("2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU="); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Sodium` in this scope [INFO] [stdout] --> src/end_points.rs:7436:26 [INFO] [stdout] | [INFO] [stdout] 6 | var sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Console` in this scope [INFO] [stdout] --> src/end_points.rs:7438:1 [INFO] [stdout] | [INFO] [stdout] 8 | Console.WriteLine(Convert.ToBase64String(sealedPublicKeyBox)); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Convert` in this scope [INFO] [stdout] --> src/end_points.rs:7438:19 [INFO] [stdout] | [INFO] [stdout] 8 | Console.WriteLine(Convert.ToBase64String(sealedPublicKeyBox)); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::PutReposownerrepoDependabotSecretssecretName (line 4687) stdout ---- [INFO] [stdout] error: invalid variable declaration [INFO] [stdout] --> src/end_points.rs:4688:1 [INFO] [stdout] | [INFO] [stdout] 3 | var secretValue = System.Text.Encoding.UTF8.GetBytes("mySecret"); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: write `let` instead of `var` to introduce a new variable [INFO] [stdout] | [INFO] [stdout] 3 | let secretValue = System.Text.Encoding.UTF8.GetBytes("mySecret"); [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] error: invalid variable declaration [INFO] [stdout] --> src/end_points.rs:4689:1 [INFO] [stdout] | [INFO] [stdout] 4 | var publicKey = Convert.FromBase64String("2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU="); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: write `let` instead of `var` to introduce a new variable [INFO] [stdout] | [INFO] [stdout] 4 | let publicKey = Convert.FromBase64String("2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU="); [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] error: invalid variable declaration [INFO] [stdout] --> src/end_points.rs:4691:1 [INFO] [stdout] | [INFO] [stdout] 6 | var sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: write `let` instead of `var` to introduce a new variable [INFO] [stdout] | [INFO] [stdout] 6 | let sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey); [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `System` in this scope [INFO] [stdout] --> src/end_points.rs:4688:19 [INFO] [stdout] | [INFO] [stdout] 3 | var secretValue = System.Text.Encoding.UTF8.GetBytes("mySecret"); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 2 | use std::alloc::System; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Convert` in this scope [INFO] [stdout] --> src/end_points.rs:4689:17 [INFO] [stdout] | [INFO] [stdout] 4 | var publicKey = Convert.FromBase64String("2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU="); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Sodium` in this scope [INFO] [stdout] --> src/end_points.rs:4691:26 [INFO] [stdout] | [INFO] [stdout] 6 | var sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Console` in this scope [INFO] [stdout] --> src/end_points.rs:4693:1 [INFO] [stdout] | [INFO] [stdout] 8 | Console.WriteLine(Convert.ToBase64String(sealedPublicKeyBox)); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Convert` in this scope [INFO] [stdout] --> src/end_points.rs:4693:19 [INFO] [stdout] | [INFO] [stdout] 8 | Console.WriteLine(Convert.ToBase64String(sealedPublicKeyBox)); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::PutUserCodespacesSecretssecretName (line 7392) stdout ---- [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/end_points.rs:7393:24 [INFO] [stdout] | [INFO] [stdout] 3 | const sodium = require('tweetsodium'); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 3 | const sodium = require("tweetsodium"); [INFO] [stdout] | ~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/end_points.rs:7400:35 [INFO] [stdout] | [INFO] [stdout] 10 | const keyBytes = Buffer.from(key, 'base64'); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 10 | const keyBytes = Buffer.from(key, "base64"); [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/end_points.rs:7406:56 [INFO] [stdout] | [INFO] [stdout] 16 | const encrypted = Buffer.from(encryptedBytes).toString('base64'); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 16 | const encrypted = Buffer.from(encryptedBytes).toString("base64"); [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `require` in this scope [INFO] [stdout] --> src/end_points.rs:7393:16 [INFO] [stdout] | [INFO] [stdout] 3 | const sodium = require('tweetsodium'); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Buffer` in this scope [INFO] [stdout] --> src/end_points.rs:7399:22 [INFO] [stdout] | [INFO] [stdout] 9 | const messageBytes = Buffer.from(value); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Buffer` in this scope [INFO] [stdout] --> src/end_points.rs:7400:18 [INFO] [stdout] | [INFO] [stdout] 10 | const keyBytes = Buffer.from(key, 'base64'); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Buffer` in this scope [INFO] [stdout] --> src/end_points.rs:7406:19 [INFO] [stdout] | [INFO] [stdout] 16 | const encrypted = Buffer.from(encryptedBytes).toString('base64'); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `console` in this scope [INFO] [stdout] --> src/end_points.rs:7408:1 [INFO] [stdout] | [INFO] [stdout] 18 | console.log(encrypted); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:7393:7 [INFO] [stdout] | [INFO] [stdout] 3 | const sodium = require('tweetsodium'); [INFO] [stdout] | ^^^^^^ help: provide a type for the item: `sodium: ` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:7395:7 [INFO] [stdout] | [INFO] [stdout] 5 | const key = "base64-encoded-public-key"; [INFO] [stdout] | ^^^ help: provide a type for the constant: `key: &str` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:7396:7 [INFO] [stdout] | [INFO] [stdout] 6 | const value = "plain-text-secret"; [INFO] [stdout] | ^^^^^ help: provide a type for the constant: `value: &str` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:7399:7 [INFO] [stdout] | [INFO] [stdout] 9 | const messageBytes = Buffer.from(value); [INFO] [stdout] | ^^^^^^^^^^^^ help: provide a type for the item: `messageBytes: ` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:7400:7 [INFO] [stdout] | [INFO] [stdout] 10 | const keyBytes = Buffer.from(key, 'base64'); [INFO] [stdout] | ^^^^^^^^ help: provide a type for the item: `keyBytes: ` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:7403:7 [INFO] [stdout] | [INFO] [stdout] 13 | const encryptedBytes = sodium.seal(messageBytes, keyBytes); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: provide a type for the item: `encryptedBytes: ` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:7406:7 [INFO] [stdout] | [INFO] [stdout] 16 | const encrypted = Buffer.from(encryptedBytes).toString('base64'); [INFO] [stdout] | ^^^^^^^^^ help: provide a type for the item: `encrypted: ` [INFO] [stdout] [INFO] [stdout] error: aborting due to 15 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::PutReposownerrepoActionsSecretssecretName (line 3387) stdout ---- [INFO] [stdout] error: invalid variable declaration [INFO] [stdout] --> src/end_points.rs:3388:1 [INFO] [stdout] | [INFO] [stdout] 3 | var secretValue = System.Text.Encoding.UTF8.GetBytes("mySecret"); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: write `let` instead of `var` to introduce a new variable [INFO] [stdout] | [INFO] [stdout] 3 | let secretValue = System.Text.Encoding.UTF8.GetBytes("mySecret"); [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] error: invalid variable declaration [INFO] [stdout] --> src/end_points.rs:3389:1 [INFO] [stdout] | [INFO] [stdout] 4 | var publicKey = Convert.FromBase64String("2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU="); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: write `let` instead of `var` to introduce a new variable [INFO] [stdout] | [INFO] [stdout] 4 | let publicKey = Convert.FromBase64String("2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU="); [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] error: invalid variable declaration [INFO] [stdout] --> src/end_points.rs:3391:1 [INFO] [stdout] | [INFO] [stdout] 6 | var sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: write `let` instead of `var` to introduce a new variable [INFO] [stdout] | [INFO] [stdout] 6 | let sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey); [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `System` in this scope [INFO] [stdout] --> src/end_points.rs:3388:19 [INFO] [stdout] | [INFO] [stdout] 3 | var secretValue = System.Text.Encoding.UTF8.GetBytes("mySecret"); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 2 | use std::alloc::System; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Convert` in this scope [INFO] [stdout] --> src/end_points.rs:3389:17 [INFO] [stdout] | [INFO] [stdout] 4 | var publicKey = Convert.FromBase64String("2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU="); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Sodium` in this scope [INFO] [stdout] --> src/end_points.rs:3391:26 [INFO] [stdout] | [INFO] [stdout] 6 | var sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Console` in this scope [INFO] [stdout] --> src/end_points.rs:3393:1 [INFO] [stdout] | [INFO] [stdout] 8 | Console.WriteLine(Convert.ToBase64String(sealedPublicKeyBox)); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Convert` in this scope [INFO] [stdout] --> src/end_points.rs:3393:19 [INFO] [stdout] | [INFO] [stdout] 8 | Console.WriteLine(Convert.ToBase64String(sealedPublicKeyBox)); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/end_points.rs - end_points::EndPoints::PutOrgsorgActionsSecretssecretName (line 1501) stdout ---- [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/end_points.rs:1502:24 [INFO] [stdout] | [INFO] [stdout] 3 | const sodium = require('tweetsodium'); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 3 | const sodium = require("tweetsodium"); [INFO] [stdout] | ~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/end_points.rs:1509:35 [INFO] [stdout] | [INFO] [stdout] 10 | const keyBytes = Buffer.from(key, 'base64'); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 10 | const keyBytes = Buffer.from(key, "base64"); [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/end_points.rs:1515:56 [INFO] [stdout] | [INFO] [stdout] 16 | const encrypted = Buffer.from(encryptedBytes).toString('base64'); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 16 | const encrypted = Buffer.from(encryptedBytes).toString("base64"); [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `require` in this scope [INFO] [stdout] --> src/end_points.rs:1502:16 [INFO] [stdout] | [INFO] [stdout] 3 | const sodium = require('tweetsodium'); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Buffer` in this scope [INFO] [stdout] --> src/end_points.rs:1508:22 [INFO] [stdout] | [INFO] [stdout] 9 | const messageBytes = Buffer.from(value); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Buffer` in this scope [INFO] [stdout] --> src/end_points.rs:1509:18 [INFO] [stdout] | [INFO] [stdout] 10 | const keyBytes = Buffer.from(key, 'base64'); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Buffer` in this scope [INFO] [stdout] --> src/end_points.rs:1515:19 [INFO] [stdout] | [INFO] [stdout] 16 | const encrypted = Buffer.from(encryptedBytes).toString('base64'); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `console` in this scope [INFO] [stdout] --> src/end_points.rs:1517:1 [INFO] [stdout] | [INFO] [stdout] 18 | console.log(encrypted); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:1502:7 [INFO] [stdout] | [INFO] [stdout] 3 | const sodium = require('tweetsodium'); [INFO] [stdout] | ^^^^^^ help: provide a type for the item: `sodium: ` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:1504:7 [INFO] [stdout] | [INFO] [stdout] 5 | const key = "base64-encoded-public-key"; [INFO] [stdout] | ^^^ help: provide a type for the constant: `key: &str` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:1505:7 [INFO] [stdout] | [INFO] [stdout] 6 | const value = "plain-text-secret"; [INFO] [stdout] | ^^^^^ help: provide a type for the constant: `value: &str` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:1508:7 [INFO] [stdout] | [INFO] [stdout] 9 | const messageBytes = Buffer.from(value); [INFO] [stdout] | ^^^^^^^^^^^^ help: provide a type for the item: `messageBytes: ` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:1509:7 [INFO] [stdout] | [INFO] [stdout] 10 | const keyBytes = Buffer.from(key, 'base64'); [INFO] [stdout] | ^^^^^^^^ help: provide a type for the item: `keyBytes: ` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:1512:7 [INFO] [stdout] | [INFO] [stdout] 13 | const encryptedBytes = sodium.seal(messageBytes, keyBytes); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: provide a type for the item: `encryptedBytes: ` [INFO] [stdout] [INFO] [stdout] error: missing type for `const` item [INFO] [stdout] --> src/end_points.rs:1515:7 [INFO] [stdout] | [INFO] [stdout] 16 | const encrypted = Buffer.from(encryptedBytes).toString('base64'); [INFO] [stdout] | ^^^^^^^^^ help: provide a type for the item: `encrypted: ` [INFO] [stdout] [INFO] [stdout] error: aborting due to 15 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/end_points.rs - end_points::EndPoints::DeleteReposownerrepoCodeScanningAnalysesanalysisId (line 4104) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::DeleteReposownerrepoCodeScanningAnalysesanalysisId (line 4121) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::PatchScimV2EnterprisesenterpriseUsersscimUserId (line 6709) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::PatchScimV2OrganizationsorgUsersscimUserId (line 6785) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::PostEnterprisesenterpriseActionsRunnersRegistrationToken (line 533) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::PostEnterprisesenterpriseActionsRunnersRemoveToken (line 551) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::PostOrgsorgActionsRunnersRegistrationToken (line 1375) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::PostOrgsorgActionsRunnersRemoveToken (line 1393) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::PostReposownerrepoActionsRunnersRegistrationToken (line 3076) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::PostReposownerrepoActionsRunnersRemoveToken (line 3092) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::PostReposownerrepoCodeScanningSarifs (line 4172) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::PutOrgsorgActionsSecretssecretName (line 1501) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::PutOrgsorgActionsSecretssecretName (line 1525) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::PutOrgsorgActionsSecretssecretName (line 1541) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::PutOrgsorgDependabotSecretssecretName (line 1704) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::PutOrgsorgDependabotSecretssecretName (line 1728) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::PutOrgsorgDependabotSecretssecretName (line 1744) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::PutRepositoriesrepositoryIdEnvironmentsenvironmentNameSecretssecretName (line 6515) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::PutRepositoriesrepositoryIdEnvironmentsenvironmentNameSecretssecretName (line 6539) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::PutRepositoriesrepositoryIdEnvironmentsenvironmentNameSecretssecretName (line 6555) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::PutReposownerrepoActionsSecretssecretName (line 3347) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::PutReposownerrepoActionsSecretssecretName (line 3371) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::PutReposownerrepoActionsSecretssecretName (line 3387) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::PutReposownerrepoCollaboratorsusername (line 4253) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::PutReposownerrepoDependabotSecretssecretName (line 4647) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::PutReposownerrepoDependabotSecretssecretName (line 4671) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::PutReposownerrepoDependabotSecretssecretName (line 4687) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::PutUserCodespacesSecretssecretName (line 7392) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::PutUserCodespacesSecretssecretName (line 7416) [INFO] [stdout] src/end_points.rs - end_points::EndPoints::PutUserCodespacesSecretssecretName (line 7432) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 30 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.35s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "18add1f5a67cc6f8c64518d232b53532e6a77439b7c5beac35d8bd82da092e9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18add1f5a67cc6f8c64518d232b53532e6a77439b7c5beac35d8bd82da092e9e", kill_on_drop: false }` [INFO] [stdout] 18add1f5a67cc6f8c64518d232b53532e6a77439b7c5beac35d8bd82da092e9e