metalbear-co / mirrord-intellij

Connect your local process and your cloud environment, and run local code in cloud conditions.
https://mirrord.dev
MIT License
11 stars 9 forks source link

Target selection dialog doesn't show #97

Closed chameleon82 closed 9 months ago

chameleon82 commented 1 year ago

Bug Description

IDE: IntelliJ IDEA 2023.2 Build #IU-232.8660.185, built on July 26, 2023

Last working version 3.49.1

Since version 3.50.0 (tested with 3.51.0, 3.52.0, 3.52.1) I've experiencing next notifications:

mirrord plugin was unable to display the target selection dialog. You can set it manually in the configuration file /Users/**/project/.mirrord/mirrord.json.
mirrord loading canceled.

and if specify target in config, I've got next warning:

unable to check if node is allocatable

mirrord.json:

{
    "accept_invalid_certificates": false,
    "feature": {
        "network": {
            "incoming": "mirror",
            "outgoing": true
        },
        "fs": "read",
        "env": true
    },
    "agent": {
        "log_level": "mirrord=trace"
    },
    "kubeconfig": "path/to/kubeconfig"
}

Steps to Reproduce

  1. Install plugin version 3.50.0 or above
  2. run java application in IDE with mirrord plugin enabled

Backtrace

not present

Relevant Logs

No response

Your operating system and version

Mac OS Ventura 13.5 (22G74)

Local process

/Library/Java/JavaVirtualMachines/zulu-8.jdk/Contents/Home/bin/java

Local process version

No response

Additional Info

No response

aviramha commented 1 year ago

hi @chameleon82 - besides having those warnings, does mirrord work? The warnings seems to be working as expected - in IntelliJ IDEA we found out that there are flows that if we show the dialog it freezes, so we added the check. Regarding the node allocation check - it's also a safety check, you can disable it in configuration :

{
"agent": {"check_out_of_pods": false}
}

You probably don't have access to the node itself and that's why the check doesn't work, but it shouldn't fail you.

chameleon82 commented 1 year ago

No, mirrord doesn't work for me.

Not sure how I can troubleshoot it.

with enabled "RUST_LOG=trace":

Trace log ``` 2023-09-07T12:25:31.084740Z TRACE ThreadId(01) new: mirrord_layer::file::filter: new fs_config=FsConfig { mode: Read, read_write: None, read_only: None, local: None, not_found: None } 2023-09-07T12:25:31.086628Z TRACE ThreadId(01) new: mirrord_layer::file::filter: close time.busy=1.41ms time.idle=524µs fs_config=FsConfig { mode: Read, read_write: None, read_only: None, local: None, not_found: None } 2023-09-07T12:25:31.087100Z TRACE ThreadId(01) enable_hooks: mirrord_layer: new enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.094939Z TRACE ThreadId(01) enable_hooks: mirrord_layer: hooked "close" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095024Z TRACE ThreadId(01) enable_hooks: mirrord_layer: hooked "close$NOCANCEL" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095054Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libSystem.B.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095057Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libSystem.B.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095264Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libspindump.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095276Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libspindump.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095286Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libapp_launch_measurement.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095288Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libapp_launch_measurement.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095339Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "liblangid.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095344Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "liblangid.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095369Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libDiagnosticMessagesClient.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095375Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libDiagnosticMessagesClient.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095399Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libz.1.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095415Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libz.1.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095427Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libicucore.A.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095429Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libicucore.A.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095437Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libMobileGestalt.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095442Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libMobileGestalt.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095450Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libenergytrace.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095452Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libenergytrace.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095460Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libxml2.2.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095463Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libxml2.2.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095471Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libobjc.A.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095473Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libobjc.A.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095481Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libc++.1.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095482Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libc++.1.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095496Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libcompression.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095498Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libcompression.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095508Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libate.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095510Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libate.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095518Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libcache.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095520Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libcache.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095528Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libcommonCrypto.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095530Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libcommonCrypto.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095552Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libcopyfile.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095555Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libcopyfile.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095563Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libcorecrypto.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095565Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libcorecrypto.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095573Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libdispatch.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095575Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libdispatch.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095593Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libkeymgr.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095595Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libkeymgr.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095603Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libmacho.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095605Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libmacho.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095613Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libquarantine.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095615Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libquarantine.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095625Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libremovefile.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095627Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libremovefile.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095635Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libsystem_asl.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095637Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libsystem_asl.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095645Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libsystem_blocks.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095647Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libsystem_blocks.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095656Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libsystem_c.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095658Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libsystem_c.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095667Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libsystem_collections.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095669Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libsystem_collections.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095678Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libsystem_configuration.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095680Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libsystem_configuration.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095689Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libsystem_containermanager.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095691Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libsystem_containermanager.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095700Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libsystem_coreservices.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095702Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libsystem_coreservices.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095711Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libsystem_darwin.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095713Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libsystem_darwin.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095722Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libsystem_dnssd.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095724Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libsystem_dnssd.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095733Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libsystem_featureflags.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095734Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libsystem_featureflags.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095744Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libsystem_info.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095745Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libsystem_info.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095802Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libsystem_malloc.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095805Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libsystem_malloc.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095890Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libsystem_networkextension.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095895Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libsystem_networkextension.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095916Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libsystem_notify.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095921Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libsystem_notify.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095933Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libsystem_sandbox.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095935Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libsystem_sandbox.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095945Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libsystem_secinit.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095947Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libsystem_secinit.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095956Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libsystem_kernel.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095959Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libsystem_kernel.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095968Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libsystem_platform.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095971Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libsystem_platform.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095981Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libsystem_pthread.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095983Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libsystem_pthread.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095994Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libsystem_symptoms.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.095996Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libsystem_symptoms.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096006Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libsystem_trace.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096008Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libsystem_trace.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096018Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libunwind.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096020Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libunwind.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096030Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libxpc.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096032Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libxpc.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096042Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libc++abi.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096044Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libc++abi.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096055Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "liboah.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096057Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "liboah.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096067Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "liblzma.5.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096069Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "liblzma.5.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096079Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libfakelink.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096081Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libfakelink.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096094Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libarchive.2.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096096Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libarchive.2.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096110Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libswiftCore.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096111Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libswiftCore.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096126Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libswiftCoreFoundation.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096128Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libswiftCoreFoundation.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096141Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libswiftDarwin.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096143Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libswiftDarwin.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096156Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libswiftDispatch.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096158Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libswiftDispatch.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096171Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libswiftIOKit.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096173Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libswiftIOKit.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096186Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libswiftObjectiveC.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096188Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libswiftObjectiveC.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096200Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libswiftXPC.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096202Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libswiftXPC.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096216Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libswift_Concurrency.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096218Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libswift_Concurrency.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096232Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libswift_StringProcessing.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096234Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libswift_StringProcessing.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096247Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libswiftos.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096249Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libswiftos.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096261Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libbsm.0.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096263Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libbsm.0.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096274Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libkxld.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096276Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libkxld.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096291Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libapple_nghttp2.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096293Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libapple_nghttp2.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096308Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libnetwork.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096310Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libnetwork.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096323Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libsqlite3.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096325Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libsqlite3.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096340Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libCoreEntitlements.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096342Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libCoreEntitlements.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096356Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libcoretls.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096358Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libcoretls.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096372Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libcoretls_cfhelpers.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096374Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libcoretls_cfhelpers.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096387Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libpam.2.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096389Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libpam.2.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096402Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libxar.1.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096404Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libxar.1.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096420Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libheimdal-asn1.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096422Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libheimdal-asn1.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096437Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libpcap.A.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096439Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libpcap.A.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096455Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libdns_services.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096457Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libdns_services.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096471Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libbz2.1.0.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096473Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libbz2.1.0.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096488Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libCheckFix.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096490Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libCheckFix.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096505Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libmecab.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096507Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libmecab.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096523Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libCRFSuite.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096525Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libCRFSuite.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096541Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libgermantok.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096543Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libgermantok.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096559Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libThaiTokenizer.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096561Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libThaiTokenizer.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096583Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libvMisc.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096585Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libvMisc.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096604Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libvDSP.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096606Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libvDSP.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096624Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libBLAS.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096626Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libBLAS.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096644Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libLAPACK.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096646Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libLAPACK.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096664Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libLinearAlgebra.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096666Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libLinearAlgebra.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096685Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libSparseBLAS.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096687Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libSparseBLAS.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096705Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libQuadrature.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096707Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libQuadrature.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096726Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libBNNS.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096728Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libBNNS.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096747Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libSparse.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096749Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libSparse.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096764Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libiconv.2.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096766Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libiconv.2.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096781Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libcharset.1.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096783Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libcharset.1.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096801Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libutil.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096803Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libutil.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096822Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libmis.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096824Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libmis.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096844Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libxslt.1.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096846Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libxslt.1.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096864Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libcmph.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096866Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libcmph.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096886Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libTLE.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096888Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libTLE.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096908Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libswift_RegexParser.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096910Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libswift_RegexParser.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096930Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libexpat.1.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096932Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libexpat.1.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096954Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libPng.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096956Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libPng.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096977Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libTIFF.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.096979Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libTIFF.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097000Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libGIF.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097002Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libGIF.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097023Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libJP2.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097025Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libJP2.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097046Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libJPEG.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097048Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libJPEG.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097069Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libRadiance.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097071Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libRadiance.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097094Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libFontParser.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097096Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libFontParser.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097120Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libllvm-flatbuffers.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097122Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libllvm-flatbuffers.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097146Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libCoreFSCache.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097148Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libCoreFSCache.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097171Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libGPUCompilerUtils.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097173Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libGPUCompilerUtils.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097196Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libAudioStatistics.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097198Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libAudioStatistics.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097221Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libSMC.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097223Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libSMC.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097245Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libAudioToolboxUtility.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097247Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libAudioToolboxUtility.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097271Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libperfcheck.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097274Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libperfcheck.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097298Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libGLU.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097300Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libGLU.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097323Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libGFXShared.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097325Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libGFXShared.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097348Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libGL.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097350Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libGL.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097374Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libGLImage.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097376Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libGLImage.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097399Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libCVMSPluginSupport.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097401Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libCVMSPluginSupport.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097424Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libRosetta.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097426Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libRosetta.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097449Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libCoreVMClient.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097451Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libCoreVMClient.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097475Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libIOReport.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097477Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libIOReport.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097511Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libFontRegistry.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097514Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libFontRegistry.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097542Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libhvf.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097545Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libhvf.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097570Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libXTFontStaticRegistryData.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097572Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libXTFontStaticRegistryData.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097598Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libswiftMetal.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097599Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libswiftMetal.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097624Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libswiftsimd.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097626Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libswiftsimd.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097652Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libcups.2.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097653Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libcups.2.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097679Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libresolv.9.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097681Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libresolv.9.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097710Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libHeimdalProxy.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097712Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libHeimdalProxy.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097742Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: found "__close_nocancel" in "libSessionUtility.dylib", hooking enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097744Z TRACE ThreadId(01) enable_hooks: mirrord_layer::hooks: hook "__close_nocancel" in "libSessionUtility.dylib" failed with err Function already replaced enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.097910Z TRACE ThreadId(01) enable_hooks: mirrord_layer: hooked "fork" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.098693Z TRACE ThreadId(01) enable_hooks: mirrord_layer::socket::hooks: hooked "socket" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.098768Z TRACE ThreadId(01) enable_hooks: mirrord_layer::socket::hooks: hooked "recvfrom" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.098832Z TRACE ThreadId(01) enable_hooks: mirrord_layer::socket::hooks: hooked "sendto" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.098889Z TRACE ThreadId(01) enable_hooks: mirrord_layer::socket::hooks: hooked "recvmsg" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.098946Z TRACE ThreadId(01) enable_hooks: mirrord_layer::socket::hooks: hooked "sendmsg" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.099003Z TRACE ThreadId(01) enable_hooks: mirrord_layer::socket::hooks: hooked "bind" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.099062Z TRACE ThreadId(01) enable_hooks: mirrord_layer::socket::hooks: hooked "listen" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.099119Z TRACE ThreadId(01) enable_hooks: mirrord_layer::socket::hooks: hooked "connect" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.099971Z TRACE ThreadId(01) enable_hooks: mirrord_layer::socket::hooks: hooked "fcntl" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.100037Z TRACE ThreadId(01) enable_hooks: mirrord_layer::socket::hooks: hooked "dup" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.100098Z TRACE ThreadId(01) enable_hooks: mirrord_layer::socket::hooks: hooked "dup2" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.100158Z TRACE ThreadId(01) enable_hooks: mirrord_layer::socket::hooks: hooked "getpeername" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.100216Z TRACE ThreadId(01) enable_hooks: mirrord_layer::socket::hooks: hooked "getsockname" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.100437Z TRACE ThreadId(01) enable_hooks: mirrord_layer::socket::hooks: hooked "gethostname" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.100495Z TRACE ThreadId(01) enable_hooks: mirrord_layer::socket::hooks: hooked "accept" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.100876Z TRACE ThreadId(01) enable_hooks: mirrord_layer::socket::hooks: hooked "getaddrinfo" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.101019Z TRACE ThreadId(01) enable_hooks: mirrord_layer::socket::hooks: hooked "freeaddrinfo" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.102001Z TRACE ThreadId(01) enable_hooks: mirrord_layer::exec_utils: hooked "execve" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.102516Z TRACE ThreadId(01) enable_hooks: mirrord_layer::exec_utils: hooked "posix_spawn" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.102640Z TRACE ThreadId(01) enable_hooks: mirrord_layer::exec_utils: hooked "_NSGetExecutablePath" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.102712Z TRACE ThreadId(01) enable_hooks: mirrord_layer::exec_utils: hooked "dlopen" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.103020Z TRACE ThreadId(01) enable_hooks: mirrord_layer::file::hooks: hooked "open" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.103368Z TRACE ThreadId(01) enable_hooks: mirrord_layer::file::hooks: hooked "open$NOCANCEL" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.103550Z TRACE ThreadId(01) enable_hooks: mirrord_layer::file::hooks: hooked "openat" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.103986Z TRACE ThreadId(01) enable_hooks: mirrord_layer::file::hooks: hooked "read" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.104217Z TRACE ThreadId(01) enable_hooks: mirrord_layer::file::hooks: hooked "read$NOCANCEL" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.104315Z TRACE ThreadId(01) enable_hooks: mirrord_layer::file::hooks: hooked "closedir" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.104475Z TRACE ThreadId(01) enable_hooks: mirrord_layer::file::hooks: hooked "pread" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.104691Z TRACE ThreadId(01) enable_hooks: mirrord_layer::file::hooks: hooked "lseek" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.104776Z TRACE ThreadId(01) enable_hooks: mirrord_layer::file::hooks: hooked "write" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.104875Z TRACE ThreadId(01) enable_hooks: mirrord_layer::file::hooks: hooked "pwrite" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.104967Z TRACE ThreadId(01) enable_hooks: mirrord_layer::file::hooks: hooked "access" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.105024Z TRACE ThreadId(01) enable_hooks: mirrord_layer::file::hooks: hooked "faccessat" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.105116Z TRACE ThreadId(01) enable_hooks: mirrord_layer::file::hooks: hooked "lstat" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.105174Z TRACE ThreadId(01) enable_hooks: mirrord_layer::file::hooks: hooked "fstat" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.105230Z TRACE ThreadId(01) enable_hooks: mirrord_layer::file::hooks: hooked "stat" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.105284Z TRACE ThreadId(01) enable_hooks: mirrord_layer::file::hooks: hooked "fstatat" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.105337Z TRACE ThreadId(01) enable_hooks: mirrord_layer::file::hooks: hooked "fstatfs" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.105428Z TRACE ThreadId(01) enable_hooks: mirrord_layer::file::hooks: hooked "fdopendir" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] 2023-09-07T12:25:31.105545Z TRACE ThreadId(01) enable_hooks: mirrord_layer::file::hooks: hooked "readdir_r" enabled_file_ops=true enabled_remote_dns=true patch_binaries=[] Process finished with exit code 137 (interrupted by signal 9: SIGKILL) ```
aviramha commented 1 year ago

is this on last intellij version? would you like to jump on a call to share screen so we can debug the issue together? you can schedule some time here - https://calendly.com/aviram-5/30min

chameleon82 commented 1 year ago

Yes. IntelliJ IDEA 2023.2 (Ultimate Edition)

I did try with different things with latest version 3.54.2 and found next:

Plugin works perfectly fine in GoLand 2023.2. I can select pod from dialog and connect with no issues with go projects (even selecting java pods)

Both IntelliJ IDEA 2023.2 (Ultimate Edition) and IntelliJ IDEA 2023.2.1 (Community Edition) failed with different issues and can't open dilalog window with problem above when project configured with azul zulu 1.8 1.8.0_275. I work with scala projects.

When I reconfigure java for project to zulu-17 17.0.5 I can successfully connect with mirrord to pod in both Ultimate/Community when specify target/path explicitly in mirrord.json

When I don't specify target it just stop with popups without opening anything (no build, no dialog):

Screenshot 2566-09-07 at 20 21 28
aviramha commented 1 year ago

Okay, so it doesn't work on azul zulu 1.8 1.8.0_275 but with other it works? The target specification dialog is considered okay behavior - sometimes we can't pop up the dialog (IDE limitations) so user have to specify.

chameleon82 commented 1 year ago

I've tested with different JDK's. Result is next:

java target specified in yaml target not specified in yaml
azul zulu 1.8.0_275 crash with no output crash with no output
azul zulu 11.0.7 success mirrord was cancelled, unable to display target selection dialog
corretto 11.0.19 success mirrord was cancelled, unable to display target selection dialog
zulu 17.0.5 success mirrord was cancelled, unable to display target selection dialog
Screenshot 2566-09-12 at 09 29 28

As specifying target is not a big deal, it is clear problem with java 8. Could you help if that issue can be resolved to that version of java as java 8 still LTS?

aviramha commented 1 year ago

hi - thanks for the elaborate report! I just tried reproducing it on my end and couldn't. Can you share your IDEA logs? also, can you verify you're running with latest version of the plugin? https://github.com/metalbear-co/mirrord-intellij/assets/41201924/b6cff32b-c531-4c8c-94bc-071adc9d7839

eyalb181 commented 9 months ago

Unassigning this for now. @chameleon82 Whenever you can provide the above, we'll be able to keep looking into this. Thanks!

chameleon82 commented 9 months ago

Issue happened only on azul zulu 1.8 1.8.0_275 version, with temurin 8 it works fine. Sorry, can't extract more details

chameleon82 commented 7 months ago

For Azul issue we found it works well on intel Mac's but this failrure happened on M1's