oracle / graal

GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀
https://www.graalvm.org
Other
20.16k stars 1.61k forks source link

[GR-51641] Compilation execution fails at the last step, Error: Id: Undefined symbols, _Java_java_lang_VirtualThread_notifyJvmtiEnd #8212

Closed qa137 closed 7 months ago

qa137 commented 7 months ago

Describe the issue Compilation execution fails at the last step

Describe GraalVM and your environment:

Steps to reproduce the issue run steps: mvn -Pnative clean native:compile

More details

[1/8] Initializing... 
Java version: 21.0.2+13-LTS, vendor version: Oracle GraalVM 21.0.2+13.1
 Graal compiler: optimization level: 2, target machine: compatibility, PGO: off
 C compiler: cc (apple, x86_64, 15.0.0)
 Garbage collector: Serial GC (max heap size: 80% of RAM)
 9 user-specific feature(s):
 - com.oracle.svm.enterprise.truffle.EnterpriseTruffleBaseFeature: Provides enterprise extensions for Truffle
 - com.oracle.svm.enterprise.truffle.EnterpriseTruffleFeature: Provides enterprise extensions for Truffle runtime compilation
 - com.oracle.svm.enterprise.truffle.PolyglotIsolateHostFeature: Provides polyglot host isolate embedding support
 - com.oracle.svm.thirdparty.gson.GsonFeature
 - com.oracle.svm.truffle.TruffleBaseFeature: Provides support for Truffle languages
 - com.oracle.svm.truffle.TruffleFeature: Provides support for Truffle runtime compilation
 - com.oracle.truffle.runtime.enterprise.EnableEnterpriseFeature: Enables Truffle enterprise features if they are supported.
 - org.graalvm.home.HomeFinderFeature: Finds GraalVM paths and its version number
 - org.springframework.aot.nativex.feature.PreComputeFieldFeature

------------------------------------------------------------------------------------------------------------------------
 2 experimental option(s) unlocked:
 - '-H:ResourceConfigurationResources' (origin(s): 'META-INF/native-image/org.apache.tomcat.embed/tomcat-embed-core/native-image.properties' in 'file:///Users/qa/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/10.1.18/tomcat-embed-core-10.1.18.jar', 'META-INF/native-image/org.apache.tomcat.embed/tomcat-embed-el/native-image.properties' in 'file:///Users/qa/.m2/repository/org/apache/tomcat/embed/tomcat-embed-el/10.1.18/tomcat-embed-el-10.1.18.jar', 'META-INF/native-image/org.apache.tomcat.embed/tomcat-embed-websocket/native-image.properties' in 'file:///Users/qa/.m2/repository/org/apache/tomcat/embed/tomcat-embed-websocket/10.1.18/tomcat-embed-websocket-10.1.18.jar')
 - '-H:ReflectionConfigurationResources' (origin(s): 'META-INF/native-image/org.apache.tomcat.embed/tomcat-embed-core/native-image.properties' in 'file:///Users/qa/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/10.1.18/tomcat-embed-core-10.1.18.jar', 'META-INF/native-image/org.apache.tomcat.embed/tomcat-embed-el/native-image.properties' in 'file:///Users/qa/.m2/repository/org/apache/tomcat/embed/tomcat-embed-el/10.1.18/tomcat-embed-el-10.1.18.jar', 'META-INF/native-image/org.apache.tomcat.embed/tomcat-embed-websocket/native-image.properties' in 'file:///Users/qa/.m2/repository/org/apache/tomcat/embed/tomcat-embed-websocket/10.1.18/tomcat-embed-websocket-10.1.18.jar')
------------------------------------------------------------------------------------------------------------------------

Build resources:
 - 12.09GB of memory (75.6% of 16.00GB system memory, determined at start)
 - 16 thread(s) (100.0% of 16 available processor(s), determined at start)
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
[2/8] Performing analysis...  [*******]                                                                 (95.2s @ 4.94GB)
   34,235 reachable types   (93.9% of   36,468 total)
   57,820 reachable fields  (61.0% of   94,757 total)
  193,725 reachable methods (69.5% of  278,583 total)
   12,621 runtime compiled methods ( 4.5% of  278,583 total)
   10,376 types,   605 fields, and 7,773 methods registered for reflection
       87 types,    67 fields, and   192 methods registered for JNI access
        5 native libraries: -framework CoreServices, -framework Foundation, dl, pthread, z
[3/8] Building universe...                                                                              (11.8s @ 3.74GB)
[4/8] Parsing methods...      [****]                                                                    (16.7s @ 3.92GB)
[5/8] Inlining methods...     [****]                                                                     (6.0s @ 4.85GB)
[6/8] Compiling methods...    [************]                                                           (157.4s @ 6.20GB)
[7/8] Layouting methods...    [******]                                                                  (35.1s @ 6.78GB)
[8/8] Creating image...       [*****
]  
The build process encountered an unexpected error:
> java.lang.RuntimeException: There was an error linking the native image: Linker command exited with 1

Linker command executed:
/usr/bin/cc -Wl,-U,___darwin_check_fd_set_overflow -Wl,-no_compact_unwind -Wl,-exported_symbols_list -Wl,/var/folders/0k/kq47s_5n0_qbcld4lxkmqrbw0000gn/T/SVM-11417001906960047665/exported_symbols.list -Wl,-x -arch x86_64 -o '/Users/qa/cloud/JihuSource/XTSystemBackCloudK8s/server-job/target/server-job' server-job.o /Users/qa/.sdkman/candidates/java/21.0.2-graal/lib/svm/clibraries/darwin-amd64/liblibchelper.a /Users/qa/.sdkman/cadates/java/21.0.2-graal/lib/static/darwin-amd64/libnet.a /Users/qa/.sdkman/candidates/java/21.0.2-graal/lib/static/darwin-amd64/libjaas.a /Users/qa/.sdkman/candidates/java/21.0.2-graal/lib/svm/clibraries/darwin-amd64/libdarwin.a /Users/qa/.sdkman/candidates/java/21.0.2-graal/lib/static/darwin-amd64/libextnet.a /Users/qa/.sdkman/candidates/java/21.0.2-graal/lib/static/darwin-amd64/libnio.a /Users/qa/.sdkman/candidates/java/21.0.2-graal/lib/static/darwin-amd64/libmanagement_ext.a /Users/qa/.sdkman/candidates/java/21.0.2-graal/lib/static/darwin-amd64/libjava.a /Users/qa/.sdkman/candidates/java/21.0.2-graal/lib/static/darwin-amd64/libzip.a /Users/qa/.sdkman/candidates/java/21.0.2-graal/lib/svm/clibraries/darwin-amd64/libjvm.a -v -L/var/folders/0k/kq47s_5n0_qbcld4lxkmqrbw0000gn/T/SVM-11417001906960047665 -L/Users/qa/.sdkman/candidates/java/21.0.2-graal/lib/static/darwin-amd64 -L/Users/qa/.sdkman/candidates/java/21.0.2-graal/lib/svm/clibraries/darwin-amd64 -L/Users/qa/.sdkman/candidates/java/21.0.2-graal/lib/svm/macros/truffle-svm/builder -Wl,-framework,CoreServices -ldl -lpthread -Wl,-framework,Foundation -lz

Linker command output:
Apple clang version 15.0.0 (clang-1500.1.0.2.5)
Target: x86_64-apple-darwin23.2.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
 "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -platform_version macos 14.0.0 14.2 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -o /Users/qa/cloud/JihuSource/XTSystemBackCloudK8srver-job/target/server-job -L/var/folders/0k/kq47s_5n0_qbcld4lxkmqrbw0000gn/T/SVM-11417001906960047665 -L/Users/qa/.sdkman/candidates/java/21.0.2-graal/lib/static/darwin-amd64 -L/Users/qa/.sdkman/candidates/java/21.0.2-graal/lib/svm/clibraries/darwin-amd64 -L/Users/qa/.sdkman/candidates/java/21.0.2-graal/lib/svm/macros/truffle-svm/builder -L/usr/local/lib -U ___darwin_check_fd_set_overflow -no_compact_unwind -exported_symbols_list /var/folders/0k/kq47s_5n0_qbcld4lxkmqrbw0000gn/T/SVM-11417001906960047665/exported_symbols.list -x server-job.o /Users/qa/.sdkman/candidates/java/21.0.2-graal/lib/svm/clibraries/darwin-amd64/liblibchelper.a /Users/qa/.sdkman/candidates/java/21.0.2-graal/lib/static/darwin-amd64/libnet.a /Users/qa/.sdkman/candidates/java/21.0.2-graal/lib/static/darwin-amd64/libjaas.a /Users/qa/.sdkman/candidates/java/21.0.2-graal/lib/svm/clibraries/darwin-amd64/libdarwin.a /Users/qa/.sdkman/candidates/java/21.0.2-graal/lib/static/darwin-amd64/libextnet.a /Users/qa/.sdkman/candidates/java/21.0.2-graal/lib/static/darwin-amd64/libnio.a /Users/qa/.sdkman/candidates/java/21.0.2-graal/lib/static/darwin-amd64/libmanagement_ext.a /Users/qa/.sdkman/candidates/java/21.0.2-graal/lib/static/darwin-amd64/libjava.a /Users/qa/.sdkman/candidates/java/21.0.2-graal/lib/static/darwin-amd64/libzip.a /Users/qa/.sdkman/candidates/java/21.0.2-graal/lib/svm/clibraries/darwin-amd64/libjvm.a -framework CoreServices -ldl -lpthread -framework Foundation -lz -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a
ld: warning: no platform load command found in '/private/var/folders/0k/kq47s_5n0_qbcld4lxkmqrbw0000gn/T/SVM-11417001906960047665/server-job.o', assuming: macOS
ld: Undefined symbols:
  _Java_java_lang_VirtualThread_notifyJvmtiEnd, referenced from:
      ___svm_cglobaldata_base in server-job.o
  _Java_java_lang_VirtualThread_notifyJvmtiHideFrames, referenced from:
      ___svm_cglobaldata_base in server-job.o
  _Java_java_lang_VirtualThread_notifyJvmtiMount, referenced from:
      ___svm_cglobaldata_base in server-job.o
  _Java_java_lang_VirtualThread_notifyJvmtiStart, referenced from:
      ___svm_cglobaldata_base in server-job.o
  _Java_java_lang_VirtualThread_notifyJvmtiUnmount, referenced from:
      ___svm_cglobaldata_base in server-job.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
medoussboug commented 7 months ago

Hello, thank you for submitting your issue. Kindly provide us with a reproducer to help us investigate your issue.

qa137 commented 7 months ago

@medoussboug Thank you very much for your reply and I apologize for my late reply.

I found that graaljs dependencies depend on conflicts with other dependencies, resulting in compilation failure in the last step, please try through demo.

Code sample:https://github.com/qa137/demo.git

fniephaus commented 7 months ago

Hi @qa137, thanks for raising this. Your app is using Graal.js, a Truffle language, and a relatively new Spring Boot, with virtual threads support, and that is unfortunately not supported at the moment. I was able to build your app with a GraalVM built from master and you could try a dev build in the meantime. Nonetheless, I'll look into what we can do to make this work on JDK 21.

qa137 commented 7 months ago

Hi @fniephaus The dev build seems to be too old. I can't build the program. I am trying to build GraalVM-Master with the latest labs-openjdk-21 failed. How did you build GraalVM, thank you very much!

Error: Module jdk.graal.compiler does not read a module that exports jdk.vm.ci.services
Building graalvm-jimage: Failed due to error: 1

Build Code

https://github.com/oracle/graal/tree/master
https://github.com/graalvm/labs-openjdk-21/releases/tag/jvmci-23.1-b30
https://github.com/graalvm/mx/releases/tag/7.7.3
fniephaus commented 7 months ago

You can try this particular dev build.

fniephaus commented 7 months ago

I have also merged a fix for JDK 21, which will ship with the next patch update (JDK 21.0.3).

qa137 commented 6 months ago

@fniephaus Hi,I'm trying to use dev build and I'm still getting an error

Error: Feature com.oracle.truffle.runtime.enterprise.EnableEnterpriseFeature class not found on the classpath. Ensure that the name is correct and that the class is on the classpath.
com.oracle.svm.core.util.UserError$UserException: Feature com.oracle.truffle.runtime.enterprise.EnableEnterpriseFeature class not found on the classpath. Ensure that the name is correct and that the class is on the classpath.
        at org.graalvm.nativeimage.builder/com.oracle.svm.core.util.UserError.abort(UserError.java:82)
        at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.FeatureHandler.registerFeatures(FeatureHandler.java:185)
        at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.setupNativeImage(NativeImageGenerator.java:915)
        at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.doRun(NativeImageGenerator.java:569)
        at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.run(NativeImageGenerator.java:537)
        at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGeneratorRunner.buildImage(NativeImageGeneratorRunner.java:526)
        at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGeneratorRunner.build(NativeImageGeneratorRunner.java:701)
        at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGeneratorRunner.start(NativeImageGeneratorRunner.java:140)
        at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGeneratorRunner.main(NativeImageGeneratorRunner.java:95)
        Suppressed: com.oracle.svm.core.util.VMError$HostedError: InternalFeature defined by com.oracle.svm.truffle.TruffleBaseFeature unexpectedly failed with a(n) java.lang.NoSuchMethodError
                at org.graalvm.nativeimage.builder/com.oracle.svm.core.util.VMError.shouldNotReachHere(VMError.java:86)
                at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.FeatureHandler.handleFeatureError(FeatureHandler.java:289)
                at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.FeatureHandler.forEachFeature(FeatureHandler.java:94)
                at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.lambda$doRun$2(NativeImageGenerator.java:568)
                at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.doRun(NativeImageGenerator.java:567)
                ... 5 more
        Caused by: java.lang.NoSuchMethodError: 'void sun.misc.Unsafe.ensureClassInitialized(java.lang.Class)'
                at org.graalvm.truffle/com.oracle.truffle.api.library.LibraryFactory.ensureLibraryInitialized(LibraryFactory.java:385)
                at org.graalvm.truffle/com.oracle.truffle.api.library.LibraryFactory.getUncached(LibraryFactory.java:365)
                at org.graalvm.truffle/com.oracle.truffle.api.library.LibraryFactory.<init>(LibraryFactory.java:211)
                at org.graalvm.truffle/com.oracle.truffle.api.interop.InteropLibraryGen.<init>(InteropLibraryGen.java:178)
                at org.graalvm.truffle/com.oracle.truffle.api.interop.InteropLibraryGen.<clinit>(InteropLibraryGen.java:169)
                at java.base/java.lang.Class.forName0(Native Method)
                at java.base/java.lang.Class.forName(Class.java:529)
                at java.base/java.lang.Class.forName(Class.java:508)
                at org.graalvm.truffle/com.oracle.truffle.api.library.LibraryFactory.loadGeneratedClass(LibraryFactory.java:799)
                at org.graalvm.truffle/com.oracle.truffle.api.library.LibraryFactory.resolveImpl(LibraryFactory.java:748)
                at org.graalvm.truffle/com.oracle.truffle.api.library.LibraryFactory.resolve(LibraryFactory.java:741)
                at org.graalvm.truffle/com.oracle.truffle.api.interop.InteropLibrary.<clinit>(InteropLibrary.java:2941)
                at org.graalvm.truffle/com.oracle.truffle.polyglot.PolyglotValueDispatch.<clinit>(PolyglotValueDispatch.java:167)
                at org.graalvm.truffle/com.oracle.truffle.polyglot.PolyglotImpl.initialize(PolyglotImpl.java:199)
                at org.graalvm.polyglot/org.graalvm.polyglot.Engine.loadAndValidateProviders(Engine.java:1686)
                at org.graalvm.polyglot/org.graalvm.polyglot.Engine$1.run(Engine.java:1712)
                at org.graalvm.polyglot/org.graalvm.polyglot.Engine$1.run(Engine.java:1707)
                at java.base/java.security.AccessController.doPrivileged(AccessController.java:319)
                at org.graalvm.polyglot/org.graalvm.polyglot.Engine.initEngineImpl(Engine.java:1707)
                at org.graalvm.polyglot/org.graalvm.polyglot.Engine$ImplHolder.<clinit>(Engine.java:190)
                at java.base/java.lang.Class.forName0(Native Method)
                at java.base/java.lang.Class.forName(Class.java:413)
                at java.base/java.lang.Class.forName(Class.java:404)
                at org.graalvm.truffle.runtime.svm/com.oracle.svm.truffle.TruffleBaseFeature.invokeStaticMethod(TruffleBaseFeature.java:276)
                at org.graalvm.truffle.runtime.svm/com.oracle.svm.truffle.TruffleBaseFeature.cleanup(TruffleBaseFeature.java:419)
                at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.FeatureHandler.forEachFeature(FeatureHandler.java:92)
                ... 7 more

My project is currently stuck here. May I ask when version 21.0.3 is expected to be released? Or you can provide the appropriate jdk or graalvm version, I will compile it myself, thank you very much!

fniephaus commented 6 months ago

Hi @qa137, It seems you have gotten past the initial error that you have reported, great! The new error message suggest you are trying to build a project that makes use of a Truffle language and you include the truffle-enterprise module, but you build with a GraalVM Community Edition. You can either try and remove the truffle-enterprise module (e.g., see here) or wait for Oracle GraalVM for JDK 21.0.3, which will be available April 16, 2024.

Hope this helps!

-- Fabio

qa137 commented 6 months ago

Hi @fniephaus When I tried to remove truffle-enterprise, I still got an exception saying that the compilation failed. I don't know how to solve it, please help me, thank you very much

截屏2024-02-05 22 44 52

Error log svm_err_b_20240205T222854.207_pid210.md

fniephaus commented 6 months ago

Hey @qa137, I see this in the error report:

Caused by: java.lang.IllegalStateException: Polyglot version compatibility check failed. Your Java runtime '22+27-jvmci-b01' with native-image feature version '24.0.0' is incompatible with polyglot version '23.1.2'. Update the org.graalvm.polyglot versions to at least '24.0.0' to resolve this. To disable this version check the '-Dpolyglotimpl.DisableVersionChecks=true' system property can be used. It is not recommended to disable version checks.

The error should actually be a user error, and I'm fixing that in #8317. We are investigating why the check fails because 23.1.2 is supposed to be compatible with 24.0.0. In the meantime, you could try disabling the check as the error suggests.

Hope this helps!

qa137 commented 6 months ago

Hi @fniephaus I try to add - Dpolyglotimpl. DisableVersionChecks = true, but there will be usererror. Can you provide another dev-builds, I will test it here, thank you very much

fniephaus commented 6 months ago

Oh right, the charms of being an early adopter. Thanks for still trying to get this to work. So you either need 21.0.3, which is not yet available, or a dev build. You can't, however, build a language of version 23.1.2 with the dev build, because it's polyglot version is 24.0.0 and languages are unfortunately not forward compatible. What you can do instead, however, is using the snapshot build of the language, which is included in the maven-resource-bundle-community-dev.tar.gz such as this one. After downloading and extracting, you should be able to use that as your local maven repo (e.g., via MAVEN_OPTS="${MAVEN_OPTS} -Dmaven.repo.local=/path/to/extracted/maven-resource-bundle"). Don't forget to also update the versions in your pom.xml from 23.1.2 to 24.0.0-SNAPSHOT. Let me know how it goes!

qa137 commented 6 months ago

Hi @fniephaus I failed to compile native implementation using Graalvm-community-OpenJDK-22+27.1, but I succeeded using the latest version of graalvm (Graalvm-community-OpenJDK-23+8.1), thank you very much for your help!

fniephaus commented 6 months ago

You are welcome! Glad it's working for you now.

liudonghua123 commented 4 months ago

I tried to test building binary (native image) for hello.py using graalpy -v -m standalone native --module hello.py --output hello.exe. But it failed with the following errors.

I noticed the main error seems like Error: Feature com.oracle.truffle.runtime.enterprise.EnableEnterpriseFeature class not found on the classpath. Ensure that the name is correct and that the class is on the classpath..

Details ``` Liu.D.H graalvm 28ms 08:36 > cat hello.py print('hello') Liu.D.H graalvm 334ms 08:36 > Liu.D.H graalvm 1.03s 08:36 > graalpy -v -m standalone native --module hello.py --output hello.exe Apr 18, 2024 8:36:25 AM org.graalvm.shadowed.org.jline.utils.Log logr WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information) [To redirect Truffle log output to a file use one of the following options: * '--log.file=' if the option is passed using a guest language launcher. * '-Dpolyglot.log.file=' if the option is passed using the host Java launcher. * Configure logging using the polyglot embedding API.] [python::Python3Core] FINE: Cannot use preinitialized context. [python::PythonContext] FINE: shutting down threads [python::PythonContext] FINE: successfully shut down all threads [python::PythonContext] FINE: joining threads [python::Python3Core] FINE: Initial locations: Language home: D:\apps\graalpy-community-24.0.1-windows-amd64 SysPrefix: BaseSysPrefix: CoreHome: StdLibHome: CAPI: JNI library: Home candidate: D:\apps\graalpy-community-24.0.1-windows-amd64 [python::Python3Core] FINE: Updated locations: Language home: D:\apps\graalpy-community-24.0.1-windows-amd64 SysPrefix: D:\apps\graalpy-community-24.0.1-windows-amd64 BaseSysPrefix: D:\apps\graalpy-community-24.0.1-windows-amd64 CoreHome: D:\apps\graalpy-community-24.0.1-windows-amd64\lib-graalpython StdLibHome: D:\apps\graalpy-community-24.0.1-windows-amd64\Lib Executable: D:\code\python\playground\graalvm CAPI: D:\apps\graalpy-community-24.0.1-windows-amd64\lib-graalpython JNI library: D:\apps\graalpy-community-24.0.1-windows-amd64\lib-graalpython [python::GraalPythonModuleBuiltins] FINE: Setting default stdio encoding to utf-8:surrogateescape [python::Python3Core] FINE: import '_frozen_importlib' # [python::Python3Core] FINE: import '_frozen_importlib_external' # import '_thread' # import '_warnings' # [python::Python3Core] FINE: # installing zipimport hook [python::Python3Core] FINE: import 'zipimport' # [python::Python3Core] FINE: # installed zipimport hook [python::Python3Core] FINE: import 'builtins' # [python::Python3Core] FINE: import '__graalpython__' # [python::Python3Core] FINE: import '_weakref' # [python::Python3Core] FINE: import 'unicodedata' # [python::Python3Core] FINE: import '_sre' # [python::Python3Core] FINE: import 'function' # [python::Python3Core] FINE: import '_sysconfig' # [python::Python3Core] FINE: import 'java' # [python::Python3Core] FINE: import 'pip_hook' # [python::Python3Core] FINE: import '_struct' # [python::PythonLocale] FINE: Selected locale from Java default: en_US, en_US import '_codecs' # import 'codecs' # import 'encodings.aliases' # import 'encodings' # import '_abc' # import 'types' # import '_weakrefset' # import '_py_abc' # import 'abc' # import 'stat' # import '_collections_abc' # import 'genericpath' # import '_winapi' # import 'ntpath' # import 'os' # import '_sitebuiltins' # import '_io' # import 'io' # Processing user site-packages Processing global site-packages Adding directory: 'D:\\apps\\graalpy-community-24.0.1-windows-amd64' Adding directory: 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\lib\\site-packages' import 'site' # Python 3.10.13 (Fri Apr 05 09:28:24 PDT 2024) [Graal, GraalVM CE, Java 22.0.1] on win32 Type "help", "copyright", "credits" or "license" for more information. [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\runpy.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\runpy.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\runpy.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\importlib\__pycache__\__init__.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\importlib\__init__.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\importlib\\__pycache__\\__init__.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\warnings.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\warnings.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\warnings.graalpy240-310.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x64bf6509> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x31af29a5> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\importlib\__pycache__\machinery.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\importlib\machinery.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\importlib\\__pycache__\\machinery.graalpy240-310.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x67a87504> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\importlib\__pycache__\util.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\importlib\util.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\importlib\\__pycache__\\util.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\importlib\__pycache__\_abc.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\importlib\_abc.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\importlib\\__pycache__\\_abc.graalpy240-310.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x31ad0a6d> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\contextlib.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\contextlib.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\contextlib.graalpy240-310.pyc' import 'itertools' # import 'keyword' # import '_operator' # import 'operator' # import 'reprlib' # import '_collections' # import 'collections' # import '_functools' # import 'functools' # import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x163b8e5a> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x4807c03d> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x4046b1e9> # possible namespace for D:\apps\graalpy-community-24.0.1-windows-amd64\lib-graalpython\modules\standalone # possible namespace for D:\apps\graalpy-community-24.0.1-windows-amd64\lib-graalpython\modules\standalone import 'standalone' # <_frozen_importlib_external._NamespaceLoader object at 0xa5e4e07> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\lib-graalpython\modules\standalone\__pycache__\__main__.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\lib-graalpython\modules\standalone\__main__.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\lib-graalpython\\modules\\standalone\\__pycache__\\__main__.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\argparse.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\argparse.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\argparse.graalpy240-310.pyc' import 'enum' # import '_sre' # import 'sre_constants' # import 'sre_parse' # import 'sre_compile' # import '_locale' # import 'copyreg' # import 're' # [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\gettext.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\gettext.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\gettext.graalpy240-310.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x29f07881> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x73840a58> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\shutil.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\shutil.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\shutil.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\fnmatch.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\fnmatch.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\fnmatch.graalpy240-310.pyc' import 'posixpath' # import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x1f48b527> import 'errno' # [python::NativeLibrary] FINE: Loading native library zsupport.dll from path D:\apps\graalpy-community-24.0.1-windows-amd64\lib-graalpython\zsupport.dll [python::NativeLibrary] FINE: Error while opening shared library at 'D:\apps\graalpy-community-24.0.1-windows-amd64\lib-graalpython\zsupport.dll'. Full NFI source: load (RTLD_LOCAL) "D:\apps\graalpy-community-24.0.1-windows-amd64\lib-graalpython\zsupport.dll". java.lang.UnsatisfiedLinkError: D:\apps\graalpy-community-24.0.1-windows-amd64\lib-graalpython\zsupport.dll GetLastError: 126 import 'zlib' # [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\bz2.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\bz2.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\bz2.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\_compression.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\_compression.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\_compression.graalpy240-310.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x3692a36> import '_bz2' # import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x74ee06b2> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\lzma.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\lzma.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\lzma.graalpy240-310.pyc' [python::NativeLibrary] FINE: Loading native library lzmasupport.dll from path D:\apps\graalpy-community-24.0.1-windows-amd64\lib-graalpython\lzmasupport.dll [python::NativeLibrary] FINE: Error while opening shared library at 'D:\apps\graalpy-community-24.0.1-windows-amd64\lib-graalpython\lzmasupport.dll'. Full NFI source: load (RTLD_LOCAL) "D:\apps\graalpy-community-24.0.1-windows-amd64\lib-graalpython\lzmasupport.dll". java.lang.UnsatisfiedLinkError: D:\apps\graalpy-community-24.0.1-windows-amd64\lib-graalpython\lzmasupport.dll GetLastError: 126 import '_lzma' # import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x28b9c635> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x6b80c466> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\subprocess.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\subprocess.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\subprocess.graalpy240-310.pyc' import 'time' # [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\signal.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\signal.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\signal.graalpy240-310.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x62110b7> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\threading.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\threading.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\threading.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\traceback.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\traceback.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\traceback.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\linecache.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\linecache.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\linecache.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\tokenize.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\tokenize.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\tokenize.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\token.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\token.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\token.graalpy240-310.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x5590ee17> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x3a97d4ee> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x12bf5081> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x692c85b7> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x581b96f8> import 'fcntl' # import '_posixsubprocess' # import 'select' # [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\selectors.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\selectors.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\selectors.graalpy240-310.pyc' import 'collections.abc' # import 'math' # import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x1c503516> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0xbe7def5> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\tempfile.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\tempfile.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\tempfile.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\random.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\random.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\random.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\bisect.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\bisect.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\bisect.graalpy240-310.pyc' import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x1865c263> import '_random' # import '_sha512' # import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x263e93c7> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\weakref.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\weakref.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\weakref.graalpy240-310.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x5c88d22e> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x4a336541> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\pathlib.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\pathlib.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\pathlib.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\urllib\__pycache__\__init__.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\urllib\__init__.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\urllib\\__pycache__\\__init__.graalpy240-310.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x3a6b298> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\urllib\__pycache__\parse.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\urllib\parse.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\urllib\\__pycache__\\parse.graalpy240-310.pyc' import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x6843f352> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x692a99cb> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\platform.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\platform.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\platform.graalpy240-310.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x58699a0f> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\socket.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\socket.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\socket.graalpy240-310.pyc' import '_socket' # import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x3f87b90b> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\urllib\__pycache__\request.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\urllib\request.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\urllib\\__pycache__\\request.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\base64.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\base64.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\base64.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\struct.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\struct.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\struct.graalpy240-310.pyc' [python::capi] CONFIG: loading CAPI from D:\apps\graalpy-community-24.0.1-windows-amd64\lib-graalpython\python-native.dll as native [python::PythonCextBuiltins] FINE: initialize_builtin_types_and_structs... [python::PythonCextBuiltins] FINE: setting type store for built-in class object to NativePointer#0x00007ffb7341df58 [python::PythonCextBuiltins] FINE: setting type store for built-in class type to NativePointer#0x00007ffb7341d248 [python::PythonCextBuiltins] FINE: setting type store for built-in class builtin_function_or_method to NativePointer#0x00007ffb73417048 [python::PythonCextBuiltins] FINE: setting type store for built-in class _BytesIOBuffer to NativePointer#0x00007ffb734171e0 [python::PythonCextBuiltins] FINE: setting type store for built-in class BaseException to NativePointer#0x00007ffb73417378 [python::PythonCextBuiltins] FINE: setting type store for built-in class Exception to NativePointer#0x00007ffb73417510 [python::PythonCextBuiltins] FINE: setting type store for built-in class StopIteration to NativePointer#0x00007ffb734176a8 [python::PythonCextBuiltins] FINE: setting type store for built-in class SimpleNamespace to NativePointer#0x00007ffb73417840 [python::PythonCextBuiltins] FINE: setting type store for built-in class NoneType to NativePointer#0x00007ffb734179d8 [python::PythonCextBuiltins] FINE: setting type store for built-in class NotImplementedType to NativePointer#0x00007ffb73417b70 [python::PythonCextBuiltins] FINE: setting type store for built-in class _weakref.CallableProxyType to NativePointer#0x00007ffb73417d08 [python::PythonCextBuiltins] FINE: setting type store for built-in class _weakref.ProxyType to NativePointer#0x00007ffb73417ea0 [python::PythonCextBuiltins] FINE: setting type store for built-in class _weakref.ReferenceType to NativePointer#0x00007ffb73418038 [python::PythonCextBuiltins] FINE: setting type store for built-in class array to NativePointer#0x00007ffb734181d0 [python::PythonCextBuiltins] FINE: setting type store for built-in class mmap.mmap to NativePointer#0x00007ffb73418368 [python::PythonCextBuiltins] FINE: setting type store for built-in class arrayiterator to NativePointer#0x00007ffb73418500 [python::PythonCextBuiltins] FINE: setting type store for built-in class async_generator to NativePointer#0x00007ffb73418698 [python::PythonCextBuiltins] FINE: setting type store for built-in class int to NativePointer#0x00007ffb7341d400 [python::PythonCextBuiltins] FINE: setting type store for built-in class bool to NativePointer#0x00007ffb73418830 [python::PythonCextBuiltins] FINE: setting type store for built-in class bytearray to NativePointer#0x00007ffb734189c8 [python::PythonCextBuiltins] FINE: setting type store for built-in class bytes to NativePointer#0x00007ffb7341d598 [python::PythonCextBuiltins] FINE: setting type store for built-in class capsule to NativePointer#0x00007ffb7341d0b0 [python::PythonCextBuiltins] FINE: setting type store for built-in class cell to NativePointer#0x00007ffb73418b60 [python::PythonCextBuiltins] FINE: setting type store for built-in class builtin_method to NativePointer#0x00007ffb73418cf8 [python::PythonCextBuiltins] FINE: setting type store for built-in class code to NativePointer#0x00007ffb73418e90 [python::PythonCextBuiltins] FINE: setting type store for built-in class complex to NativePointer#0x00007ffb73419028 [python::PythonCextBuiltins] FINE: setting type store for built-in class dict to NativePointer#0x00007ffb7341e3a0 [python::PythonCextBuiltins] FINE: setting type store for built-in class mappingproxy to NativePointer#0x00007ffb734191c0 [python::PythonCextBuiltins] FINE: setting type store for built-in class ellipsis to NativePointer#0x00007ffb73419358 [python::PythonCextBuiltins] FINE: setting type store for built-in class float to NativePointer#0x00007ffb7341ddc0 [python::PythonCextBuiltins] FINE: setting type store for built-in class frame to NativePointer#0x00007ffb734194f0 [python::PythonCextBuiltins] FINE: setting type store for built-in class frozenset to NativePointer#0x00007ffb73419688 [python::PythonCextBuiltins] FINE: setting type store for built-in class function to NativePointer#0x00007ffb73419820 [python::PythonCextBuiltins] FINE: setting type store for built-in class generator to NativePointer#0x00007ffb734199b8 [python::PythonCextBuiltins] FINE: setting type store for built-in class getset_descriptor to NativePointer#0x00007ffb73419b50 [python::PythonCextBuiltins] FINE: setting type store for built-in class instancemethod to NativePointer#0x00007ffb7341dc28 [python::PythonCextBuiltins] FINE: setting type store for built-in class list to NativePointer#0x00007ffb7341e100 [python::PythonCextBuiltins] FINE: setting type store for built-in class map to NativePointer#0x00007ffb73419ce8 [python::PythonCextBuiltins] FINE: setting type store for built-in class member_descriptor to NativePointer#0x00007ffb73419e80 [python::PythonCextBuiltins] FINE: setting type store for built-in class memoryview to NativePointer#0x00007ffb7341a018 [python::PythonCextBuiltins] FINE: setting type store for built-in class method to NativePointer#0x00007ffb7341da90 [python::PythonCextBuiltins] FINE: setting type store for built-in class method_descriptor to NativePointer#0x00007ffb7341a1b0 [python::PythonCextBuiltins] FINE: setting type store for built-in class module to NativePointer#0x00007ffb7341d8f8 [python::PythonCextBuiltins] FINE: setting type store for built-in class moduledef to NativePointer#0x00007ffb7341a348 [python::PythonCextBuiltins] FINE: setting type store for built-in class property to NativePointer#0x00007ffb7341a4e0 [python::PythonCextBuiltins] FINE: setting type store for built-in class range to NativePointer#0x00007ffb7341a678 [python::PythonCextBuiltins] FINE: setting type store for built-in class set to NativePointer#0x00007ffb7341a810 [python::PythonCextBuiltins] FINE: setting type store for built-in class slice to NativePointer#0x00007ffb7341a9a8 [python::PythonCextBuiltins] FINE: setting type store for built-in class staticmethod to NativePointer#0x00007ffb7341ab40 [python::PythonCextBuiltins] FINE: setting type store for built-in class super to NativePointer#0x00007ffb7341acd8 [python::PythonCextBuiltins] FINE: setting type store for built-in class traceback to NativePointer#0x00007ffb7341ae70 [python::PythonCextBuiltins] FINE: setting type store for built-in class tuple to NativePointer#0x00007ffb7341e538 [python::PythonCextBuiltins] FINE: setting type store for built-in class str to NativePointer#0x00007ffb7341d730 [python::PythonCextBuiltins] FINE: setting type store for built-in class wrapper_descriptor to NativePointer#0x00007ffb7341b008 [python::PythonCextBuiltins] FINE: setting type store for built-in class zip to NativePointer#0x00007ffb7341b1a0 [python::PythonCextBuiltins] FINE: setting type store for built-in class reversed to NativePointer#0x00007ffb7341b338 [python::PythonCextBuiltins] FINE: setting type store for built-in class cycle to NativePointer#0x00007ffb7341b4d0 [python::PythonCextBuiltins] FINE: setting type store for built-in class iterator to NativePointer#0x00007ffb7341b668 [python::PythonCextBuiltins] FINE: setting type store for built-in class enumerate to NativePointer#0x00007ffb7341b800 [python::PythonCextBuiltins] FINE: setting type store for built-in class PyCSimpleType to NativePointer#0x00007ffb7341b998 [python::PythonCextBuiltins] FINE: setting type store for built-in class _CData to NativePointer#0x00007ffb7341bb30 [python::PythonCextBuiltins] FINE: setting type store for built-in class _SimpleCData to NativePointer#0x00007ffb7341bcc8 [python::PythonCextBuiltins] FINE: setting type store for built-in class PyCStructType to NativePointer#0x00007ffb7341be60 [python::PythonCextBuiltins] FINE: setting type store for built-in class _ctypes.UnionType to NativePointer#0x00007ffb7341bff8 [python::PythonCextBuiltins] FINE: setting type store for built-in class PyCPointerType to NativePointer#0x00007ffb7341c190 [python::PythonCextBuiltins] FINE: setting type store for built-in class PyCArrayType to NativePointer#0x00007ffb7341c328 [python::PythonCextBuiltins] FINE: initializing built-in class object [python::PythonCextBuiltins] FINE: initializing built-in class type [python::PythonCextBuiltins] FINE: initializing built-in class builtin_function_or_method [python::PythonCextBuiltins] FINE: initializing built-in class _BytesIOBuffer [python::PythonCextBuiltins] FINE: initializing built-in class BaseException [python::PythonCextBuiltins] FINE: initializing built-in class Exception [python::PythonCextBuiltins] FINE: initializing built-in class StopIteration [python::PythonCextBuiltins] FINE: initializing built-in class SimpleNamespace [python::PythonCextBuiltins] FINE: initializing built-in class NoneType [python::PythonCextBuiltins] FINE: initializing built-in class NotImplementedType [python::PythonCextBuiltins] FINE: initializing built-in class CallableProxyType [python::PythonCextBuiltins] FINE: initializing built-in class ProxyType [python::PythonCextBuiltins] FINE: initializing built-in class ReferenceType [python::PythonCextBuiltins] FINE: initializing built-in class array [python::PythonCextBuiltins] FINE: initializing built-in class mmap [python::PythonCextBuiltins] FINE: initializing built-in class arrayiterator [python::PythonCextBuiltins] FINE: initializing built-in class async_generator [python::PythonCextBuiltins] FINE: initializing built-in class int [python::PythonCextBuiltins] FINE: initializing built-in class bool [python::PythonCextBuiltins] FINE: initializing built-in class bytearray [python::PythonCextBuiltins] FINE: initializing built-in class bytes [python::PythonCextBuiltins] FINE: initializing built-in class capsule [python::PythonCextBuiltins] FINE: initializing built-in class cell [python::PythonCextBuiltins] FINE: initializing built-in class builtin_method [python::PythonCextBuiltins] FINE: initializing built-in class code [python::PythonCextBuiltins] FINE: initializing built-in class complex [python::PythonCextBuiltins] FINE: initializing built-in class dict [python::PythonCextBuiltins] FINE: initializing built-in class mappingproxy [python::PythonCextBuiltins] FINE: initializing built-in class ellipsis [python::PythonCextBuiltins] FINE: initializing built-in class float [python::PythonCextBuiltins] FINE: initializing built-in class frame [python::PythonCextBuiltins] FINE: initializing built-in class frozenset [python::PythonCextBuiltins] FINE: initializing built-in class function [python::PythonCextBuiltins] FINE: initializing built-in class generator [python::PythonCextBuiltins] FINE: initializing built-in class getset_descriptor [python::PythonCextBuiltins] FINE: initializing built-in class instancemethod [python::PythonCextBuiltins] FINE: initializing built-in class list [python::PythonCextBuiltins] FINE: initializing built-in class map [python::PythonCextBuiltins] FINE: initializing built-in class member_descriptor [python::PythonCextBuiltins] FINE: initializing built-in class memoryview [python::PythonCextBuiltins] FINE: initializing built-in class method [python::PythonCextBuiltins] FINE: initializing built-in class method_descriptor [python::PythonCextBuiltins] FINE: initializing built-in class module [python::PythonCextBuiltins] FINE: initializing built-in class moduledef [python::PythonCextBuiltins] FINE: initializing built-in class property [python::PythonCextBuiltins] FINE: initializing built-in class range [python::PythonCextBuiltins] FINE: initializing built-in class set [python::PythonCextBuiltins] FINE: initializing built-in class slice [python::PythonCextBuiltins] FINE: initializing built-in class staticmethod [python::PythonCextBuiltins] FINE: initializing built-in class super [python::PythonCextBuiltins] FINE: initializing built-in class traceback [python::PythonCextBuiltins] FINE: initializing built-in class tuple [python::PythonCextBuiltins] FINE: initializing built-in class str [python::PythonCextBuiltins] FINE: initializing built-in class wrapper_descriptor [python::PythonCextBuiltins] FINE: initializing built-in class zip [python::PythonCextBuiltins] FINE: initializing built-in class reversed [python::PythonCextBuiltins] FINE: initializing built-in class cycle [python::PythonCextBuiltins] FINE: initializing built-in class iterator [python::PythonCextBuiltins] FINE: initializing built-in class enumerate [python::PythonCextBuiltins] FINE: initializing built-in class PyCSimpleType [python::PythonCextBuiltins] FINE: initializing built-in class _CData [python::PythonCextBuiltins] FINE: initializing built-in class _SimpleCData [python::PythonCextBuiltins] FINE: initializing built-in class PyCStructType [python::PythonCextBuiltins] FINE: initializing built-in class UnionType [python::PythonCextBuiltins] FINE: initializing built-in class PyCPointerType [python::PythonCextBuiltins] FINE: initializing built-in class PyCArrayType [python::PythonCextBuiltins] FINE: initialize_builtin_types_and_structs: 0.370000s [python::PythonCextBuiltins] FINE: initialize_graal_capi: 1.553000s [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\datetime.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\datetime.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\datetime.graalpy240-310.pyc' import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x544251ec> [python::PythonCextBuiltins] FINE: setting type store for built-in class datetime.date to NativePointer#0x00007ffb7341e6d0 [python::PythonCextBuiltins] FINE: setting type store for built-in class datetime.datetime to NativePointer#0x00007ffb7341ea00 [python::PythonCextBuiltins] FINE: setting type store for built-in class datetime.time to NativePointer#0x00007ffb7341e868 [python::PythonCextBuiltins] FINE: setting type store for built-in class datetime.timedelta to NativePointer#0x00007ffb7341eb98 [python::PythonCextBuiltins] FINE: setting type store for built-in class datetime.timezone to NativePointer#0x00007ffb7341ed90 [python::PythonCextBuiltins] FINE: initializing built-in class date [python::PythonCextBuiltins] FINE: initializing built-in class datetime [python::PythonCextBuiltins] FINE: initializing built-in class time [python::PythonCextBuiltins] FINE: initializing built-in class timedelta [python::PythonCextBuiltins] FINE: initializing built-in class timezone [python::GraalHPyJNIContext] FINE: Loading HPy JNI backend from D:\apps\graalpy-community-24.0.1-windows-amd64\lib-graalpython\pythonjni.dll [python::CExtContext] CONFIG: loading module D:\apps\graalpy-community-24.0.1-windows-amd64\lib-graalpython\modules\_cpython_struct.graalpy240-310-native-x86_64-win32.pyd (real path: D:\apps\graalpy-community-24.0.1-windows-amd64\lib-graalpython\modules\_cpython_struct.graalpy240-310-native-x86_64-win32.pyd) as native # extension module '_cpython_struct' loaded from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\lib-graalpython\\modules\\_cpython_struct.graalpy240-310-native-x86_64-win32.pyd' # extension module '_cpython_struct' executed from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\lib-graalpython\\modules\\_cpython_struct.graalpy240-310-native-x86_64-win32.pyd' import '_cpython_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x48eddfbe> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x759a147f> import 'binascii' # import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x6a6abea1> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\__pycache__\__init__.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\__init__.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\__init__.graalpy240-310.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x3780680a> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\hashlib.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\hashlib.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\hashlib.graalpy240-310.pyc' import '_hashlib' # import '_blake2' # import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x119879bd> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\http\__pycache__\__init__.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\http\__init__.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\http\\__pycache__\\__init__.graalpy240-310.pyc' import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x1f22d284> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\http\__pycache__\client.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\http\client.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\http\\__pycache__\\client.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\__pycache__\parser.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\parser.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\parser.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\__pycache__\feedparser.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\feedparser.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\feedparser.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\__pycache__\errors.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\errors.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\errors.graalpy240-310.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0xb02caad> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\__pycache__\_policybase.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\_policybase.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\_policybase.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\__pycache__\header.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\header.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\header.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\__pycache__\quoprimime.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\quoprimime.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\quoprimime.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\string.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\string.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\string.graalpy240-310.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x2e20cebb> import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x76dc2876> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\__pycache__\base64mime.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\base64mime.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\base64mime.graalpy240-310.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x70a7a983> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\__pycache__\charset.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\charset.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\charset.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\__pycache__\encoders.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\encoders.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\encoders.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\quopri.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\quopri.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\quopri.graalpy240-310.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x6dd5b5d7> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x318f9e40> import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x4ee733c6> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x38f6ea8d> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\__pycache__\utils.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\utils.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\utils.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\__pycache__\_parseaddr.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\_parseaddr.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\_parseaddr.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\calendar.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\calendar.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\calendar.graalpy240-310.pyc' import 'locale' # import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x37747e58> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x56b458c8> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x14736ec9> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x6a52b8e7> import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x75222732> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x1594854c> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\__pycache__\message.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\message.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\message.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\uu.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\uu.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\uu.graalpy240-310.pyc' import 'uu' # <_frozen_importlib_external.SourceFileLoader object at 0x6711c294> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\__pycache__\_encoded_words.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\_encoded_words.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\_encoded_words.graalpy240-310.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x74c7bf83> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\__pycache__\iterators.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\email\iterators.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\iterators.graalpy240-310.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x1a86e6ed> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x5f6d9de1> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\ssl.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\ssl.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\ssl.graalpy240-310.pyc' import '_ssl' # import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x2feda8fd> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x3a33ab57> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\urllib\__pycache__\error.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\urllib\error.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\urllib\\__pycache__\\error.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\urllib\__pycache__\response.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\urllib\response.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\urllib\\__pycache__\\response.graalpy240-310.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x77d7d8e2> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x3e16500b> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\nturl2path.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\nturl2path.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\nturl2path.graalpy240-310.pyc' import 'nturl2path' # <_frozen_importlib_external.SourceFileLoader object at 0x3e8d66e7> import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x75206e1a> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\tarfile.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\tarfile.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\tarfile.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\copy.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\copy.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\copy.graalpy240-310.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x26a18d95> import 'pwd' # import 'tarfile' # <_frozen_importlib_external.SourceFileLoader object at 0x2308d881> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\zipfile.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\zipfile.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\zipfile.graalpy240-310.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0xfeec67b> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\__pycache__\glob.graalpy240-310.pyc matches D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\glob.py # code object from 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\Lib\\__pycache__\\glob.graalpy240-310.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x18e592ca> ...... [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 4 in POSIX emulation layer (not supported) [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 4 in POSIX emulation layer (not supported) import 'atexit' # [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 4 in POSIX emulation layer (not supported) [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 4 in POSIX emulation layer (not supported) [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 4 in POSIX emulation layer (not supported) [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 4 in POSIX emulation layer (not supported) [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 5 in POSIX emulation layer (not supported) [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 4 in POSIX emulation layer (not supported) Warning: Using a deprecated option --rerun-class-initialization-at-runtime= from 'META-INF\native-image\org.graalvm.shadowed.icu4j\native-image.properties' in 'file:///D:/apps/graalpy-community-24.0.1-windows-amd64/downloaded_standalone_resources/org.graalvm.shadowed-icu4j-24.0.1.jar'. Currently there is no replacement for this option. Try using --initialize-at-run-time or use the non-API option -H:ClassInitialization directly. Warning: The option '-H:-CopyLanguageResources' is experimental and must be enabled via '-H:+UnlockExperimentalVMOptions' in the future. Warning: Please re-evaluate whether any experimental option is required, and either remove or unlock it. The build output lists all active experimental options, including where they come from and possible alternatives. If you think an experimental option should be considered as stable, please file an issue. Warning: Invalid option --add-exports org.graalvm.nativeimage/org.graalvm.nativeimage.impl=org.graalvm.py provided by 'META-INF\native-image\org.graalvm.py\native-image.properties' in 'file:///D:/apps/graalpy-community-24.0.1-windows-amd64/downloaded_standalone_resources/org.graalvm.python-python-language-24.0.1.jar'. Specified target-module 'org.graalvm.py' is unknown. ======================================================================================================================== GraalVM Native Image: Generating 'hello.exe' (executable)... ======================================================================================================================== For detailed information and explanations on the build output, visit: https://github.com/oracle/graal/blob/master/docs/reference-manual/native-image/BuildOutput.md ------------------------------------------------------------------------------------------------------------------------ [1/8] Initializing... (0.0s @ 0.18GB) Error: Feature com.oracle.truffle.runtime.enterprise.EnableEnterpriseFeature class not found on the classpath. Ensure that the name is correct and that the class is on the classpath. ------------------------------------------------------------------------------------------------------------------------ 2.9s (4.8% of total time) in 27 GCs | Peak RSS: 0.63GB | CPU load: 0.60 ======================================================================================================================== Finished generating 'hello.exe' in 55.2s. Traceback (most recent call last): File "", line 1, in File "D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\runpy.py", line 86, in _run_code exec(code, run_globals) File "D:\apps\graalpy-community-24.0.1-windows-amd64\lib-graalpython\modules\standalone\__main__.py", line 530, in main(sys.argv[1:]) File "D:\apps\graalpy-community-24.0.1-windows-amd64\lib-graalpython\modules\standalone\__main__.py", line 526, in main create_native_exec(parsed_args) File "D:\apps\graalpy-community-24.0.1-windows-amd64\lib-graalpython\modules\standalone\__main__.py", line 187, in create_native_exec build_binary(target_dir, ni, jc, modules_path, launcher_file, parsed_args) File "D:\apps\graalpy-community-24.0.1-windows-amd64\lib-graalpython\modules\standalone\__main__.py", line 449, in build_binary subprocess.check_call(cmd, cwd=target_dir) File "D:\apps\graalpy-community-24.0.1-windows-amd64\Lib\subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['D:\\apps\\graalvm-community-openjdk-21+35.1\\bin\\native-image.cmd', '-cp', 'D:\\apps\\graalpy-community-24.0.1-windows-amd64\\downloaded_standalone_resources\\org.bouncycastle-bcpkix-jdk18on-1.76.jar;D:\\apps\\graalpy-community-24.0.1-windows-amd64\\downloaded_standalone_resources\\org.bouncycastle-bcprov-jdk18on-1.76.jar;D:\\apps\\graalpy-community-24.0.1-windows-amd64\\downloaded_standalone_resources\\org.bouncycastle-bcutil-jdk18on-1.76.jar;D:\\apps\\graalpy-community-24.0.1-windows-amd64\\downloaded_standalone_resources\\org.graalvm.llvm-llvm-api-24.0.1.jar;D:\\apps\\graalpy-community-24.0.1-windows-amd64\\downloaded_standalone_resources\\org.graalvm.polyglot-polyglot-24.0.1.jar;D:\\apps\\graalpy-community-24.0.1-windows-amd64\\downloaded_standalone_resources\\org.graalvm.python-python-embedding-24.0.1.jar;D:\\apps\\graalpy-community-24.0.1-windows-amd64\\downloaded_standalone_resources\\org.graalvm.python-python-language-24.0.1.jar;D:\\apps\\graalpy-community-24.0.1-windows-amd64\\downloaded_standalone_resources\\org.graalvm.python-python-language-enterprise-24.0.1.jar;D:\\apps\\graalpy-community-24.0.1-windows-amd64\\downloaded_standalone_resources\\org.graalvm.python-python-resources-24.0.1.jar;D:\\apps\\graalpy-community-24.0.1-windows-amd64\\downloaded_standalone_resources\\org.graalvm.regex-regex-24.0.1.jar;D:\\apps\\graalpy-community-24.0.1-windows-amd64\\downloaded_standalone_resources\\org.graalvm.sdk-collections-24.0.1.jar;D:\\apps\\graalpy-community-24.0.1-windows-amd64\\downloaded_standalone_resources\\org.graalvm.sdk-jniutils-24.0.1.jar;D:\\apps\\graalpy-community-24.0.1-windows-amd64\\downloaded_standalone_resources\\org.graalvm.sdk-nativebridge-24.0.1.jar;D:\\apps\\graalpy-community-24.0.1-windows-amd64\\downloaded_standalone_resources\\org.graalvm.sdk-nativeimage-24.0.1.jar;D:\\apps\\graalpy-community-24.0.1-windows-amd64\\downloaded_standalone_resources\\org.graalvm.sdk-word-24.0.1.jar;D:\\apps\\graalpy-community-24.0.1-windows-amd64\\downloaded_standalone_resources\\org.graalvm.shadowed-icu4j-24.0.1.jar;D:\\apps\\graalpy-community-24.0.1-windows-amd64\\downloaded_standalone_resources\\org.graalvm.shadowed-json-24.0.1.jar;D:\\apps\\graalpy-community-24.0.1-windows-amd64\\downloaded_standalone_resources\\org.graalvm.shadowed-xz-24.0.1.jar;D:\\apps\\graalpy-community-24.0.1-windows-amd64\\downloaded_standalone_resources\\org.graalvm.tools-profiler-tool-24.0.1.jar;D:\\apps\\graalpy-community-24.0.1-windows-amd64\\downloaded_standalone_resources\\org.graalvm.truffle-truffle-api-24.0.1.jar;D:\\apps\\graalpy-community-24.0.1-windows-amd64\\downloaded_standalone_resources\\org.graalvm.truffle-truffle-compiler-24.0.1.jar;D:\\apps\\graalpy-community-24.0.1-windows-amd64\\downloaded_standalone_resources\\org.graalvm.truffle-truffle-enterprise-24.0.1.jar;D:\\apps\\graalpy-community-24.0.1-windows-amd64\\downloaded_standalone_resources\\org.graalvm.truffle-truffle-nfi-24.0.1.jar;D:\\apps\\graalpy-community-24.0.1-windows-amd64\\downloaded_standalone_resources\\org.graalvm.truffle-truffle-nfi-libffi-24.0.1.jar;D:\\apps\\graalpy-community-24.0.1-windows-amd64\\downloaded_standalone_resources\\org.graalvm.truffle-truffle-runtime-24.0.1.jar;D:\\apps\\graalpy-community-24.0.1-windows-amd64\\downloaded_standalone_resources', '--no-fallback', '-H:-CopyLanguageResources', '-H:+UnlockExperimentalVMOptions', '-H:ResourceConfigurationFiles=D:\\apps\\graalpy-community-24.0.1-windows-amd64\\downloaded_standalone_resources/native-image-resources.json', '-o', 'D:\\code\\python\\playground\\graalvm\\hello.exe', 'Py2BinLauncher']' returned non-zero exit status 1. [python::PythonContext] FINE: shutting down threads [python::PythonContext] FINE: successfully shut down all threads [python::PythonContext] FINE: joining threads Liu.D.H graalvm 7m 19.825s 10:35 > ```
medoussboug commented 4 months ago

Hi @liudonghua123 , thank you for sharing your issue with us. Please create a new ticket for your issue following the same template and we will be happy to help you out.

liudonghua123 commented 4 months ago

I tried to test building binary (native image) for hello.py using graalpy -v -m standalone native --module hello.py --output hello.exe. But it failed with the following errors.

I noticed the main error seems like Error: Feature com.oracle.truffle.runtime.enterprise.EnableEnterpriseFeature class not found on the classpath. Ensure that the name is correct and that the class is on the classpath..

Details

I tried graalvm ee version (graalvm-jdk-21.0.3+7.1), then this error disappeared, but the binary size is very big and the simple hello.exe run with 16.406s.

Details ``` Liu.D.H graalvm 7ms 09:24 > graalpy -v -m standalone native --module hello.py --output hello.exe Apr 24, 2024 9:24:41 AM org.graalvm.shadowed.org.jline.utils.Log logr WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information) [To redirect Truffle log output to a file use one of the following options: * '--log.file=' if the option is passed using a guest language launcher. * '-Dpolyglot.log.file=' if the option is passed using the host Java launcher. * Configure logging using the polyglot embedding API.] [python::Python3Core] FINE: Cannot use preinitialized context. [python::PythonContext] FINE: shutting down threads [python::PythonContext] FINE: successfully shut down all threads [python::PythonContext] FINE: joining threads [python::Python3Core] FINE: Initial locations: Language home: D:\apps\graalpy-24.0.1-windows-amd64 SysPrefix: BaseSysPrefix: CoreHome: StdLibHome: CAPI: JNI library: Home candidate: D:\apps\graalpy-24.0.1-windows-amd64 [python::Python3Core] FINE: Updated locations: Language home: D:\apps\graalpy-24.0.1-windows-amd64 SysPrefix: D:\apps\graalpy-24.0.1-windows-amd64 BaseSysPrefix: D:\apps\graalpy-24.0.1-windows-amd64 CoreHome: D:\apps\graalpy-24.0.1-windows-amd64\lib-graalpython StdLibHome: D:\apps\graalpy-24.0.1-windows-amd64\Lib Executable: D:\code\python\playground\graalvm CAPI: D:\apps\graalpy-24.0.1-windows-amd64\lib-graalpython JNI library: D:\apps\graalpy-24.0.1-windows-amd64\lib-graalpython [python::GraalPythonModuleBuiltins] FINE: Setting default stdio encoding to utf-8:surrogateescape [python::Python3Core] FINE: import '_frozen_importlib' # [python::Python3Core] FINE: import '_frozen_importlib_external' # import '_thread' # import '_warnings' # [python::Python3Core] FINE: # installing zipimport hook [python::Python3Core] FINE: import 'zipimport' # [python::Python3Core] FINE: # installed zipimport hook [python::Python3Core] FINE: import 'builtins' # [python::Python3Core] FINE: import '__graalpython__' # [python::Python3Core] FINE: import '_weakref' # [python::Python3Core] FINE: import 'unicodedata' # [python::Python3Core] FINE: import '_sre' # [python::Python3Core] FINE: import 'function' # [python::Python3Core] FINE: import '_sysconfig' # [python::Python3Core] FINE: import 'java' # [python::Python3Core] FINE: import 'pip_hook' # [python::Python3Core] FINE: import '_struct' # [python::PythonLocale] FINE: Selected locale from Java default: en_US, en_US import '_codecs' # import 'codecs' # import 'encodings.aliases' # import 'encodings' # import '_abc' # import 'types' # import '_weakrefset' # import '_py_abc' # import 'abc' # import 'stat' # import '_collections_abc' # import 'genericpath' # import '_winapi' # import 'ntpath' # import 'os' # import '_sitebuiltins' # import '_io' # import 'io' # Processing user site-packages Processing global site-packages Adding directory: 'D:\\apps\\graalpy-24.0.1-windows-amd64' Adding directory: 'D:\\apps\\graalpy-24.0.1-windows-amd64\\lib\\site-packages' import 'site' # Python 3.10.13 (Fri Apr 05 09:38:03 PDT 2024) [Graal, Oracle GraalVM, Java 22.0.1] on win32 Type "help", "copyright", "credits" or "license" for more information. [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\runpy.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\runpy.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\importlib\__init__.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\importlib\\__pycache__\\__init__.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\warnings.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\warnings.graalpy240-310.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x230d0fe8> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x40c4ba9b> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\importlib\machinery.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\importlib\\__pycache__\\machinery.graalpy240-310.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x5169615a> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\importlib\util.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\importlib\\__pycache__\\util.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\importlib\_abc.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\importlib\\__pycache__\\_abc.graalpy240-310.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x5701c046> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\contextlib.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\contextlib.graalpy240-310.pyc' import 'itertools' # import 'keyword' # import '_operator' # import 'operator' # import 'reprlib' # import '_collections' # import 'collections' # import '_functools' # import 'functools' # import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x5086c05f> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x98dde6f> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x752fd6b3> # possible namespace for D:\apps\graalpy-24.0.1-windows-amd64\lib-graalpython\modules\standalone # possible namespace for D:\apps\graalpy-24.0.1-windows-amd64\lib-graalpython\modules\standalone import 'standalone' # <_frozen_importlib_external._NamespaceLoader object at 0x35eb7f23> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\lib-graalpython\modules\standalone\__main__.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\lib-graalpython\\modules\\standalone\\__pycache__\\__main__.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\argparse.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\argparse.graalpy240-310.pyc' import 'enum' # import '_sre' # import 'sre_constants' # import 'sre_parse' # import 'sre_compile' # import '_locale' # import 'copyreg' # import 're' # [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\gettext.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\gettext.graalpy240-310.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0xe7cd660> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x76ce2333> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\shutil.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\shutil.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\fnmatch.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\fnmatch.graalpy240-310.pyc' import 'posixpath' # import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x22484444> import 'errno' # [python::NativeLibrary] FINE: Loading native library zsupport.dll from path D:\apps\graalpy-24.0.1-windows-amd64\lib-graalpython\zsupport.dll [python::NativeLibrary] FINE: Error while opening shared library at 'D:\apps\graalpy-24.0.1-windows-amd64\lib-graalpython\zsupport.dll'. Full NFI source: load (RTLD_LOCAL) "D:\apps\graalpy-24.0.1-windows-amd64\lib-graalpython\zsupport.dll". java.lang.UnsatisfiedLinkError: D:\apps\graalpy-24.0.1-windows-amd64\lib-graalpython\zsupport.dll GetLastError: 126 import 'zlib' # [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\bz2.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\bz2.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\_compression.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\_compression.graalpy240-310.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x33442458> import '_bz2' # import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7da900d8> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\lzma.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\lzma.graalpy240-310.pyc' [python::NativeLibrary] FINE: Loading native library lzmasupport.dll from path D:\apps\graalpy-24.0.1-windows-amd64\lib-graalpython\lzmasupport.dll [python::NativeLibrary] FINE: Error while opening shared library at 'D:\apps\graalpy-24.0.1-windows-amd64\lib-graalpython\lzmasupport.dll'. Full NFI source: load (RTLD_LOCAL) "D:\apps\graalpy-24.0.1-windows-amd64\lib-graalpython\lzmasupport.dll". java.lang.UnsatisfiedLinkError: D:\apps\graalpy-24.0.1-windows-amd64\lib-graalpython\lzmasupport.dll GetLastError: 126 import '_lzma' # import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x5874441c> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x149417dd> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\subprocess.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\subprocess.graalpy240-310.pyc' import 'time' # [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\signal.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\signal.graalpy240-310.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x78315f56> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\threading.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\threading.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\traceback.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\traceback.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\linecache.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\linecache.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\tokenize.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\tokenize.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\token.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\token.graalpy240-310.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x3e1c813f> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x3ac86de9> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x45f55469> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x625425ac> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x3ea4c5b6> import 'fcntl' # import '_posixsubprocess' # import 'select' # [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\selectors.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\selectors.graalpy240-310.pyc' import 'collections.abc' # import 'math' # import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x656e515> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x5205cdcb> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\tempfile.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\tempfile.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\random.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\random.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\bisect.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\bisect.graalpy240-310.pyc' import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x391a5454> import '_random' # import '_sha512' # import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x1c611dbb> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\weakref.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\weakref.graalpy240-310.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x17ce1f6> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x31afa2e5> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\pathlib.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\pathlib.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\urllib\__init__.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\urllib\\__pycache__\\__init__.graalpy240-310.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x197c6ade> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\urllib\parse.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\urllib\\__pycache__\\parse.graalpy240-310.pyc' import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x2d7140bf> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x67dcf3f8> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\platform.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\platform.graalpy240-310.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0xb074250> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\socket.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\socket.graalpy240-310.pyc' import '_socket' # import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x4f0cb288> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\urllib\request.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\urllib\\__pycache__\\request.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\base64.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\base64.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\struct.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\struct.graalpy240-310.pyc' import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x67b11f34> import 'binascii' # import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7a1ed881> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\email\__init__.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\__init__.graalpy240-310.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x3ccea3ed> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\hashlib.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\hashlib.graalpy240-310.pyc' import '_hashlib' # import '_blake2' # import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x77e20ece> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\http\__init__.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\http\\__pycache__\\__init__.graalpy240-310.pyc' import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x6241e4d9> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\http\client.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\http\\__pycache__\\client.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\email\parser.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\parser.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\email\feedparser.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\feedparser.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\email\errors.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\errors.graalpy240-310.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x79d9bf27> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\email\_policybase.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\_policybase.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\email\header.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\header.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\email\quoprimime.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\quoprimime.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\string.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\string.graalpy240-310.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x69582dea> import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7c39fc43> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\email\base64mime.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\base64mime.graalpy240-310.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x30d3307f> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\email\charset.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\charset.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\email\encoders.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\encoders.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\quopri.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\quopri.graalpy240-310.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x50f46c18> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x5066edb4> import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x1a9e102c> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x338318e7> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\email\utils.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\utils.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\datetime.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\datetime.graalpy240-310.pyc' import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x1d8fe31b> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\email\_parseaddr.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\_parseaddr.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\calendar.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\calendar.graalpy240-310.pyc' import 'locale' # import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x633a7e39> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x4faaff6c> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x4138ba02> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x65a7ab1a> import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x6f36822a> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x59703bb6> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\email\message.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\message.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\uu.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\uu.graalpy240-310.pyc' import 'uu' # <_frozen_importlib_external.SourceFileLoader object at 0x76fa2423> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\email\_encoded_words.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\_encoded_words.graalpy240-310.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x6cf2c993> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\email\iterators.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\email\\__pycache__\\iterators.graalpy240-310.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x5abb176d> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x37b872d8> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\ssl.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\ssl.graalpy240-310.pyc' import '_ssl' # import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x11ec4ada> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7aa36f2b> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\urllib\error.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\urllib\\__pycache__\\error.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\urllib\response.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\urllib\\__pycache__\\response.graalpy240-310.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x2b9abba6> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x4d84c7c> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\nturl2path.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\nturl2path.graalpy240-310.pyc' import 'nturl2path' # <_frozen_importlib_external.SourceFileLoader object at 0x5ca9682d> import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x647084d3> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\tarfile.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\tarfile.graalpy240-310.pyc' [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\copy.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\copy.graalpy240-310.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x5bc944a7> import 'pwd' # import 'tarfile' # <_frozen_importlib_external.SourceFileLoader object at 0x541cd172> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\zipfile.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\zipfile.graalpy240-310.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x364462aa> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) # code object from D:\apps\graalpy-24.0.1-windows-amd64\Lib\glob.py # created 'D:\\apps\\graalpy-24.0.1-windows-amd64\\Lib\\__pycache__\\glob.graalpy240-310.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45d482> [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) [python::EmulatedPosixSupport] FINE: Ignored: setting inheritable 'false' for file descriptor 3 in POSIX emulation layer (not supported) Warning: Using a deprecated option --rerun-class-initialization-at-runtime= from 'META-INF\native-image\org.graalvm.shadowed.icu4j\native-image.properties' in 'file:///D:/apps/graalpy-24.0.1-windows-amd64/downloaded_standalone_resources/org.graalvm.shadowed-icu4j-24.0.1.jar'. Currently there is no replacement for this option. Try using --initialize-at-run-time or use the non-API option -H:ClassInitialization directly. Warning: The option '-H:-CopyLanguageResources' is experimental and must be enabled via '-H:+UnlockExperimentalVMOptions' in the future. Warning: Please re-evaluate whether any experimental option is required, and either remove or unlock it. The build output lists all active experimental options, including where they come from and possible alternatives. If you think an experimental option should be considered as stable, please file an issue. Warning: Invalid option --add-exports org.graalvm.nativeimage/org.graalvm.nativeimage.impl=org.graalvm.py provided by 'META-INF\native-image\org.graalvm.py\native-image.properties' in 'file:///D:/apps/graalpy-24.0.1-windows-amd64/downloaded_standalone_resources/org.graalvm.python-python-language-24.0.1.jar'. Specified target-module 'org.graalvm.py' is unknown. ======================================================================================================================== GraalVM Native Image: Generating 'hello.exe' (executable)... ======================================================================================================================== For detailed information and explanations on the build output, visit: https://github.com/oracle/graal/blob/master/docs/reference-manual/native-image/BuildOutput.md ------------------------------------------------------------------------------------------------------------------------ [1/8] Initializing... (42.3s @ 0.21GB) Java version: 21.0.3+7-LTS, vendor version: Oracle GraalVM 21.0.3+7.1 Graal compiler: optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred C compiler: cl.exe (microsoft, x64, 19.38.33133) Garbage collector: Serial GC (max heap size: 80% of RAM) 12 user-specific feature(s): - com.oracle.graal.python.BouncyCastleFeature - com.oracle.graal.python.JNIFeature - com.oracle.svm.enterprise.truffle.EnterpriseTruffleBaseFeature: Provides enterprise extensions for Truffle - com.oracle.svm.enterprise.truffle.EnterpriseTruffleFeature: Provides enterprise extensions for Truffle runtime compilation - com.oracle.svm.enterprise.truffle.PolyglotIsolateHostFeature: Provides polyglot host isolate embedding support - com.oracle.svm.thirdparty.gson.GsonFeature - com.oracle.svm.truffle.TruffleBaseFeature: Provides support for Truffle languages - com.oracle.svm.truffle.TruffleFeature: Provides support for Truffle runtime compilation - com.oracle.svm.truffle.nfi.TruffleNFIFeature - com.oracle.svm.truffle.nfi.windows.WindowsTruffleNFIFeature - com.oracle.truffle.runtime.enterprise.EnableEnterpriseFeature: Enables Truffle enterprise features if they are supported. - org.graalvm.home.HomeFinderFeature: Finds GraalVM paths and its version number ------------------------------------------------------------------------------------------------------------------------ 1 experimental option(s) unlocked: - '-H:ResourceConfigurationFiles' (origin(s): command line) ------------------------------------------------------------------------------------------------------------------------ Build resources: - 12.03GB of memory (75.6% of 15.92GB system memory, determined at start) - 8 thread(s) (100.0% of 8 available processor(s), determined at start) [2/8] Performing analysis... [*********] (290.2s @ 5.38GB) 35,725 reachable types (96.3% of 37,103 total) 64,354 reachable fields (63.9% of 100,638 total) 174,627 reachable methods (73.1% of 238,925 total) 19,333 runtime compiled methods ( 8.1% of 238,925 total) 10,286 types, 170 fields, and 3,813 methods registered for reflection 100 types, 58 fields, and 384 methods registered for JNI access 5 native libraries: crypt32, ncrypt, psapi, version, winhttp [3/8] Building universe... (17.0s @ 6.87GB) [4/8] Parsing methods... [*******] (47.8s @ 6.02GB) [5/8] Inlining methods... [****] (7.7s @ 5.89GB) [6/8] Compiling methods... [********************] (398.3s @ 8.44GB) [7/8] Layouting methods... [********] (69.8s @ 8.10GB) [8/8] Creating image... [***********] (131.0s @ 9.00GB) 119.05MB ( 9.41%) for code area: 127,348 compilation units 1.12GB (90.50%) for image heap:1,485,322 objects and 3,534 resources 1.15MB ( 0.09%) for other data 1.24GB in total ------------------------------------------------------------------------------------------------------------------------ Top 10 origins of code area: Top 10 object types in image heap: 59.47MB org.graalvm.python-python-language-24.0.1.jar 1023.68MB byte[] for embedded resources 13.30MB java.base 40.28MB byte[] for code metadata 8.55MB org.bouncycastle-bcprov-jdk18on-1.76.jar 17.50MB byte[] for graph encodings 8.18MB svm.jar (Native Image) 13.34MB byte[] for java.lang.String 7.92MB org.graalvm.truffle 7.21MB java.lang.Class 6.26MB jdk.internal.vm.compiler 6.08MB java.lang.String 2.79MB org.graalvm.regex-regex-24.0.1.jar 3.62MB byte[] for general heap data 2.32MB com.oracle.graal.graal_enterprise 2.84MB c.o.truffle.api.dsl.InlineSupport$ReferenceField 1.83MB o.g.python-python-language-enterprise-24.0.1.jar 2.74MB c.oracle.truffle.api.dsl.InlineSupport$StateField 1.36MB org.graalvm.shadowed-icu4j-24.0.1.jar 2.05MB byte[] for reflection metadata 6.19MB for 45 more packages 26.23MB for 9173 more object types Use '-H:+BuildReport' to create a report with more details. ------------------------------------------------------------------------------------------------------------------------ Security report: - Binary includes Java deserialization. - Use '--enable-sbom' to embed a Software Bill of Materials (SBOM) in the binary. ------------------------------------------------------------------------------------------------------------------------ Recommendations: PGO: Use Profile-Guided Optimizations ('--pgo') for improved throughput. INIT: Adopt '--strict-image-heap' to prepare for the next GraalVM release. HEAP: Set max heap for improved and more predictable memory usage. CPU: Enable more CPU features with '-march=native' for improved performance. QBM: Use the quick build mode ('-Ob') to speed up builds during development. ------------------------------------------------------------------------------------------------------------------------ 191.1s (18.8% of total time) in 310 GCs | Peak RSS: 10.86GB | CPU load: 3.70 ------------------------------------------------------------------------------------------------------------------------ Produced artifacts: D:\code\python\playground\graalvm\hello.exe.exe (executable) ======================================================================================================================== Finished generating 'hello.exe' in 16m 52s. [python::PythonContext] FINE: shutting down threads [python::PythonContext] FINE: successfully shut down all threads [python::PythonContext] FINE: joining threads Liu.D.H graalvm 21m 29.167s 09:46 > explorer . Liu.D.H graalvm 39ms 09:46 > hello.exe hello Could not delete temp directory 'C:\Users\LIUD~1.H\AppData\Local\Temp\vfsx14293012609051420665': java.nio.file.NoSuchFileException: C:\Users\LIUD~1.H\AppData\Local\Temp\vfsx14293012609051420665 Liu.D.H graalvm 16.406s 09:49 > dir hello* Volume in drive D is Programs Volume Serial Number is CEF0-10CA Directory of D:\code\python\playground\graalvm 2024/04/24 09:45 1,327,263,744 hello.exe 2024/04/24 09:21 17 hello.py 2 File(s) 1,327,263,761 bytes 0 Dir(s) 685,408,256 bytes free Liu.D.H graalvm 12ms 09:49 > Liu.D.H graalvm 12ms 09:49 > where java D:\apps\graalvm-jdk-21.0.3+7.1\bin\java.exe C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin\java.exe C:\Program Files\Java\jdk-17\bin\java.exe C:\Program Files\Common Files\Oracle\Java\javapath\java.exe Liu.D.H graalvm 1.968s 09:52 > where graalpy D:\apps\graalpy-24.0.1-windows-amd64\bin\graalpy.exe Liu.D.H graalvm 134ms 09:52 > ```