[INFO] cloning repository https://github.com/0xCedra/cedra-core
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/0xCedra/cedra-core" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xCedra%2Fcedra-core", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xCedra%2Fcedra-core'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stderr] warning: refname 'HEAD' is ambiguous.
[INFO] [stdout] f842425a906c0b3022727ba12416b7c8bede8b25
[INFO] checking 0xCedra/cedra-core against 4fcf39725a9c99bd495d8c73af83628a256ff9a9 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xCedra%2Fcedra-core" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  71% (8292/11666)
Updating files:  72% (8400/11666)
Updating files:  73% (8517/11666)
Updating files:  74% (8633/11666)
Updating files:  75% (8750/11666)
Updating files:  76% (8867/11666)
Updating files:  77% (8983/11666)
Updating files:  78% (9100/11666)
Updating files:  79% (9217/11666)
Updating files:  80% (9333/11666)
Updating files:  81% (9450/11666)
Updating files:  82% (9567/11666)
Updating files:  83% (9683/11666)
Updating files:  84% (9800/11666)
Updating files:  85% (9917/11666)
Updating files:  86% (10033/11666)
Updating files:  87% (10150/11666)
Updating files:  88% (10267/11666)
Updating files:  89% (10383/11666)
Updating files:  90% (10500/11666)
Updating files:  91% (10617/11666)
Updating files:  92% (10733/11666)
Updating files:  93% (10850/11666)
Updating files:  94% (10967/11666)
Updating files:  95% (11083/11666)
Updating files:  96% (11200/11666)
Updating files:  97% (11317/11666)
Updating files:  98% (11433/11666)
Updating files:  99% (11550/11666)
Updating files: 100% (11666/11666)
Updating files: 100% (11666/11666), done.
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-2-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/0xCedra/cedra-core
[INFO] finished tweaking git repo https://github.com/0xCedra/cedra-core
[INFO] tweaked toml for git repo https://github.com/0xCedra/cedra-core written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/0xCedra/cedra-core on toolchain 4fcf39725a9c99bd495d8c73af83628a256ff9a9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4fcf39725a9c99bd495d8c73af83628a256ff9a9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/0xCedra/cedra-core already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4fcf39725a9c99bd495d8c73af83628a256ff9a9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `move_aptosvm_publish_and_run` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc1/source/target/.../move_aptosvm_publish_and_run
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `move-aptosvm-publish-and-run`, convert `bin.name`
[INFO] [stderr]   --> testsuite/fuzzer/fuzz/Cargo.toml:64:8
[INFO] [stderr]    |
[INFO] [stderr] 64 - name = "move_aptosvm_publish_and_run"
[INFO] [stderr] 64 + name = "move-aptosvm-publish-and-run"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `move_bytecode_verifier_code_unit` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc1/source/target/.../move_bytecode_verifier_code_unit
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `move-bytecode-verifier-code-unit`, convert `bin.name`
[INFO] [stderr]   --> testsuite/fuzzer/fuzz/Cargo.toml:28:8
[INFO] [stderr]    |
[INFO] [stderr] 28 - name = "move_bytecode_verifier_code_unit"
[INFO] [stderr] 28 + name = "move-bytecode-verifier-code-unit"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `move_bytecode_verifier_mixed` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc1/source/target/.../move_bytecode_verifier_mixed
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `move-bytecode-verifier-mixed`, convert `bin.name`
[INFO] [stderr]   --> testsuite/fuzzer/fuzz/Cargo.toml:34:8
[INFO] [stderr]    |
[INFO] [stderr] 34 - name = "move_bytecode_verifier_mixed"
[INFO] [stderr] 34 + name = "move-bytecode-verifier-mixed"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `move_move_value_decorate` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc1/source/target/.../move_move_value_decorate
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `move-move-value-decorate`, convert `bin.name`
[INFO] [stderr]   --> testsuite/fuzzer/fuzz/Cargo.toml:52:8
[INFO] [stderr]    |
[INFO] [stderr] 52 - name = "move_move_value_decorate"
[INFO] [stderr] 52 + name = "move-move-value-decorate"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `move_move_value_deserialize` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc1/source/target/.../move_move_value_deserialize
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `move-move-value-deserialize`, convert `bin.name`
[INFO] [stderr]   --> testsuite/fuzzer/fuzz/Cargo.toml:46:8
[INFO] [stderr]    |
[INFO] [stderr] 46 - name = "move_move_value_deserialize"
[INFO] [stderr] 46 + name = "move-move-value-deserialize"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `move_value_deserialize` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc1/source/target/.../move_value_deserialize
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `move-value-deserialize`, convert `bin.name`
[INFO] [stderr]   --> testsuite/fuzzer/fuzz/Cargo.toml:40:8
[INFO] [stderr]    |
[INFO] [stderr] 40 - name = "move_value_deserialize"
[INFO] [stderr] 40 + name = "move-value-deserialize"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `signed_transaction_deserialize` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc1/source/target/.../signed_transaction_deserialize
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `signed-transaction-deserialize`, convert `bin.name`
[INFO] [stderr]   --> testsuite/fuzzer/fuzz/Cargo.toml:58:8
[INFO] [stderr]    |
[INFO] [stderr] 58 - name = "signed_transaction_deserialize"
[INFO] [stderr] 58 + name = "signed-transaction-deserialize"
[INFO] [stderr]    |
[INFO] [stderr] warning: `fuzzer-fuzz` (manifest) generated 7 warnings
[INFO] [stderr] warning: binary `code_unit` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc1/source/target/.../code_unit
[INFO] [stderr]    |                                                  ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `code-unit`, convert `bin.name`
[INFO] [stderr]   --> third_party/move/move-bytecode-verifier/fuzz/Cargo.toml:23:8
[INFO] [stderr]    |
[INFO] [stderr] 23 - name = "code_unit"
[INFO] [stderr] 23 + name = "code-unit"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `compiled_module` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc1/source/target/.../compiled_module
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `compiled-module`, convert `bin.name`
[INFO] [stderr]   --> third_party/move/move-bytecode-verifier/fuzz/Cargo.toml:29:8
[INFO] [stderr]    |
[INFO] [stderr] 29 - name = "compiled_module"
[INFO] [stderr] 29 + name = "compiled-module"
[INFO] [stderr]    |
[INFO] [stderr] warning: `bytecode-verifier-libfuzzer` (manifest) generated 2 warnings
[INFO] [stderr] warning: aptos-node/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `rstack-self` dependency)
[INFO] [stderr] warning: `aptos-node` (manifest) generated 1 warning
[INFO] [stderr] warning: secure/storage/vault/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `ureq` dependency)
[INFO] [stderr] warning: `aptos-vault-client` (manifest) generated 1 warning
[INFO] [stderr] warning: crates/aptos-push-metrics/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `ureq` dependency)
[INFO] [stderr] warning: `aptos-push-metrics` (manifest) generated 1 warning
[INFO] [stderr] warning: third_party/move/move-prover/lab/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `plotters` dependency)
[INFO] [stderr] warning: `prover-lab` (manifest) generated 1 warning
[INFO] [stderr] warning: crates/aptos-github-client/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `ureq` dependency)
[INFO] [stderr] warning: `aptos-github-client` (manifest) generated 1 warning
[INFO] [stderr] warning: crates/aptos-admin-service/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `rstack-self` dependency)
[INFO] [stderr] warning: `aptos-admin-service` (manifest) generated 1 warning
[INFO] [stderr]     Updating git repository `https://github.com/aptos-labs/merlin`
[INFO] [stderr]     Updating git repository `https://github.com/aptos-labs/serde-reflection`
[INFO] [stderr]     Updating git repository `https://github.com/aptos-labs/x25519-dalek`
[INFO] [stderr]     Updating git repository `https://github.com/aptos-labs/bcs.git`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/aptos-labs/aptos-indexer-processors.git`
[INFO] [stderr]     Updating git submodule `https://github.com/banool/aptos-tontine.git`
[INFO] [stderr]     Updating git repository `https://github.com/aptos-labs/aptos-core.git`
[INFO] [stderr] warning: spurious network error (3 tries remaining): could not read from remote repository; class=Net (12); code=Eof (-20)
[INFO] [stderr] warning: spurious network error (2 tries remaining): could not read from remote repository; class=Net (12); code=Eof (-20)
[INFO] [stderr] warning: spurious network error (1 try remaining): could not read from remote repository; class=Net (12); code=Eof (-20)
[INFO] [stderr] error: failed to get `aptos-protos` as a dependency of package `processor v1.0.0 (https://github.com/aptos-labs/aptos-indexer-processors.git?rev=4801acae7aea30d7e96bbfbe5ec5b04056dfa4cf#4801acae)`
[INFO] [stderr]     ... which satisfies git dependency `processor` (locked to 1.0.0) of package `aptos v2.4.0 (/workspace/builds/worker-2-tc1/source/crates/aptos)`
[INFO] [stderr]     ... which satisfies path dependency `aptos` (locked to 2.4.0) of package `aptos-comparison-testing v0.1.0 (/workspace/builds/worker-2-tc1/source/aptos-move/aptos-e2e-comparison-testing)`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to load source for dependency `aptos-protos`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   unable to update https://github.com/aptos-labs/aptos-core.git?rev=af0dcea7144225a709e4f595e58f8026b99e901c#af0dcea7
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to clone into: /workspace/cargo-home/git/db/aptos-core-ed28e035b32a7f02
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   revision af0dcea7144225a709e4f595e58f8026b99e901c not found
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   network failure seems to have happened
[INFO] [stderr]   if a proxy or similar is necessary `net.git-fetch-with-cli` may help here
[INFO] [stderr]   https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   could not read from remote repository; class=Net (12); code=Eof (-20)


overridden task result to broken:missing-deps

Caused by:
    the crate depends on missing dependencies: 
    
    warning: binary `move_aptosvm_publish_and_run` should have a kebab-case name
       |
     1 | /workspace/builds/worker-2-tc1/source/target/.../move_aptosvm_publish_and_run
       |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
       |
       = note: `cargo::non_kebab_case_bins` is set to `warn` by default
    help: to change the binary name to `move-aptosvm-publish-and-run`, convert `bin.name`
      --> testsuite/fuzzer/fuzz/Cargo.toml:64:8
       |
    64 - name = "move_aptosvm_publish_and_run"
    64 + name = "move-aptosvm-publish-and-run"
       |
    warning: binary `move_bytecode_verifier_code_unit` should have a kebab-case name
       |
     1 | /workspace/builds/worker-2-tc1/source/target/.../move_bytecode_verifier_code_unit
       |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
       |
    help: to change the binary name to `move-bytecode-verifier-code-unit`, convert `bin.name`
      --> testsuite/fuzzer/fuzz/Cargo.toml:28:8
       |
    28 - name = "move_bytecode_verifier_code_unit"
    28 + name = "move-bytecode-verifier-code-unit"
       |
    warning: binary `move_bytecode_verifier_mixed` should have a kebab-case name
       |
     1 | /workspace/builds/worker-2-tc1/source/target/.../move_bytecode_verifier_mixed
       |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
       |
    help: to change the binary name to `move-bytecode-verifier-mixed`, convert `bin.name`
      --> testsuite/fuzzer/fuzz/Cargo.toml:34:8
       |
    34 - name = "move_bytecode_verifier_mixed"
    34 + name = "move-bytecode-verifier-mixed"
       |
    warning: binary `move_move_value_decorate` should have a kebab-case name
       |
     1 | /workspace/builds/worker-2-tc1/source/target/.../move_move_value_decorate
       |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^
       |
    help: to change the binary name to `move-move-value-decorate`, convert `bin.name`
      --> testsuite/fuzzer/fuzz/Cargo.toml:52:8
       |
    52 - name = "move_move_value_decorate"
    52 + name = "move-move-value-decorate"
       |
    warning: binary `move_move_value_deserialize` should have a kebab-case name
       |
     1 | /workspace/builds/worker-2-tc1/source/target/.../move_move_value_deserialize
       |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
       |
    help: to change the binary name to `move-move-value-deserialize`, convert `bin.name`
      --> testsuite/fuzzer/fuzz/Cargo.toml:46:8
       |
    46 - name = "move_move_value_deserialize"
    46 + name = "move-move-value-deserialize"
       |
    warning: binary `move_value_deserialize` should have a kebab-case name
       |
     1 | /workspace/builds/worker-2-tc1/source/target/.../move_value_deserialize
       |                                                  ^^^^^^^^^^^^^^^^^^^^^^
       |
    help: to change the binary name to `move-value-deserialize`, convert `bin.name`
      --> testsuite/fuzzer/fuzz/Cargo.toml:40:8
       |
    40 - name = "move_value_deserialize"
    40 + name = "move-value-deserialize"
       |
    warning: binary `signed_transaction_deserialize` should have a kebab-case name
       |
     1 | /workspace/builds/worker-2-tc1/source/target/.../signed_transaction_deserialize
       |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
       |
    help: to change the binary name to `signed-transaction-deserialize`, convert `bin.name`
      --> testsuite/fuzzer/fuzz/Cargo.toml:58:8
       |
    58 - name = "signed_transaction_deserialize"
    58 + name = "signed-transaction-deserialize"
       |
    warning: `fuzzer-fuzz` (manifest) generated 7 warnings
    warning: binary `code_unit` should have a kebab-case name
       |
     1 | /workspace/builds/worker-2-tc1/source/target/.../code_unit
       |                                                  ^^^^^^^^^
       |
       = note: `cargo::non_kebab_case_bins` is set to `warn` by default
    help: to change the binary name to `code-unit`, convert `bin.name`
      --> third_party/move/move-bytecode-verifier/fuzz/Cargo.toml:23:8
       |
    23 - name = "code_unit"
    23 + name = "code-unit"
       |
    warning: binary `compiled_module` should have a kebab-case name
       |
     1 | /workspace/builds/worker-2-tc1/source/target/.../compiled_module
       |                                                  ^^^^^^^^^^^^^^^
       |
    help: to change the binary name to `compiled-module`, convert `bin.name`
      --> third_party/move/move-bytecode-verifier/fuzz/Cargo.toml:29:8
       |
    29 - name = "compiled_module"
    29 + name = "compiled-module"
       |
    warning: `bytecode-verifier-libfuzzer` (manifest) generated 2 warnings
    warning: aptos-node/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
    (in the `rstack-self` dependency)
    warning: `aptos-node` (manifest) generated 1 warning
    warning: secure/storage/vault/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
    (in the `ureq` dependency)
    warning: `aptos-vault-client` (manifest) generated 1 warning
    warning: crates/aptos-push-metrics/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
    (in the `ureq` dependency)
    warning: `aptos-push-metrics` (manifest) generated 1 warning
    warning: third_party/move/move-prover/lab/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
    (in the `plotters` dependency)
    warning: `prover-lab` (manifest) generated 1 warning
    warning: crates/aptos-github-client/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
    (in the `ureq` dependency)
    warning: `aptos-github-client` (manifest) generated 1 warning
    warning: crates/aptos-admin-service/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
    (in the `rstack-self` dependency)
    warning: `aptos-admin-service` (manifest) generated 1 warning
        Updating git repository `https://github.com/aptos-labs/merlin`
        Updating git repository `https://github.com/aptos-labs/serde-reflection`
        Updating git repository `https://github.com/aptos-labs/x25519-dalek`
        Updating git repository `https://github.com/aptos-labs/bcs.git`
        Updating crates.io index
        Updating git repository `https://github.com/aptos-labs/aptos-indexer-processors.git`
        Updating git submodule `https://github.com/banool/aptos-tontine.git`
        Updating git repository `https://github.com/aptos-labs/aptos-core.git`
    warning: spurious network error (3 tries remaining): could not read from remote repository; class=Net (12); code=Eof (-20)
    warning: spurious network error (2 tries remaining): could not read from remote repository; class=Net (12); code=Eof (-20)
    warning: spurious network error (1 try remaining): could not read from remote repository; class=Net (12); code=Eof (-20)
    error: failed to get `aptos-protos` as a dependency of package `processor v1.0.0 (https://github.com/aptos-labs/aptos-indexer-processors.git?rev=4801acae7aea30d7e96bbfbe5ec5b04056dfa4cf#4801acae)`
        ... which satisfies git dependency `processor` (locked to 1.0.0) of package `aptos v2.4.0 (/workspace/builds/worker-2-tc1/source/crates/aptos)`
        ... which satisfies path dependency `aptos` (locked to 2.4.0) of package `aptos-comparison-testing v0.1.0 (/workspace/builds/worker-2-tc1/source/aptos-move/aptos-e2e-comparison-testing)`
    
    Caused by:
      failed to load source for dependency `aptos-protos`
    
    Caused by:
      unable to update https://github.com/aptos-labs/aptos-core.git?rev=af0dcea7144225a709e4f595e58f8026b99e901c#af0dcea7
    
    Caused by:
      failed to clone into: /workspace/cargo-home/git/db/aptos-core-ed28e035b32a7f02
    
    Caused by:
      revision af0dcea7144225a709e4f595e58f8026b99e901c not found
    
    Caused by:
      network failure seems to have happened
      if a proxy or similar is necessary `net.git-fetch-with-cli` may help here
      https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli
    
    Caused by:
      could not read from remote repository; class=Net (12); code=Eof (-20)