Skip to content

Unexpected No exception thrown in wait_with_timeout sockets test in CI #56290

Open
@jishnub

Description

In https://buildkite.com/julialang/julia-master/builds/41379#0192b375-d281-441d-ab01-d9936bcd3cdf (on x86_64-linux-gnu)

The global RNG seed was 0x34bf6c824668fd5f082a9b9c17099bb7.
Error in testset Sockets:
Test Failed at /cache/build/tester-demeter6-15/julialang/julia-master/julia-16cdaeedcd/share/julia/stdlib/v1.12/Sockets/test/runtests.jl:485
  Expression: wait_with_timeout(recvs, 2.0e8)
    Expected: ErrorException
  No exception thrown
ERROR: LoadError: Test run finished with errors
in expression starting at /cache/build/tester-demeter6-15/julialang/julia-master/julia-16cdaeedcd/share/julia/test/runtests.jl:100
ERROR: A test has failed. Please submit a bug report (https://github.com/JuliaLang/julia/issues)
including error messages above and the output of versioninfo():
Julia Version 1.12.0-DEV.1456
Commit 16cdaeedcda (2024-10-22 08:56 UTC)
Build Info:
  Official https://julialang.org release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: 128 × AMD EPYC 9354 32-Core Processor
  WORD_SIZE: 64
  LLVM: libLLVM-18.1.7 (ORCJIT, znver4)
Threads: 1 default, 0 interactive, 1 GC (on 16 virtual cores)
Environment:
  JULIA_INSTALL_DIR = julia-16cdaeedcd
  JULIA_SHELL = /bin/bash
  JULIA_CPU_TARGET = generic;sandybridge,-xsaveopt,clone_all;haswell,-rdrnd,base(1);x86-64-v4,-rdrnd,base(1)
  JULIA_TEST_MAXRSS_MB = 3800
  JULIA_CMD_FOR_TESTS = julia-16cdaeedcd/bin/julia .buildkite/utilities/timeout.jl julia-16cdaeedcd/bin/julia
  JULIA_TEST_VERBOSE_LOGS_DIR = /cache/build/tester-demeter6-15/julialang/julia-master/tmp/jl_2TsoEw
  JULIA_IMAGE_THREADS = 16
  JULIA_BINARYDIST_FILENAME =
  JULIA_CPU_THREADS = 16
  JULIA_NUM_THREADS = 1
  JULIA_VERSION = 1.12.0-DEV
  JULIA_TEST_IS_BASE_CI = true
Stacktrace:
 [1] error(s::String)
   @ Base ./error.jl:44
 [2] runtests(tests::String; ncores::Int64, exit_on_error::Bool, revise::Bool, seed::Nothing)
   @ Base ./util.jl:718
 [3] top-level scope
   @ none:1
 [4] eval
   @ ./boot.jl:459 [inlined]
 [5] exec_options(opts::Base.JLOptions)
   @ Base ./client.jl:295
 [6] _start()
   @ Base ./client.jl:558
caused by: failed process: Process(setenv(`/cache/build/tester-demeter6-15/julialang/julia-master/julia-16cdaeedcd/bin/julia -C native -J/cache/build/tester-demeter6-15/julialang/julia-master/julia-16cdaeedcd/lib/julia/sys.so -g1 /cache/build/tester-demeter6-15/julialang/julia-master/julia-16cdaeedcd/bin/../share/julia/test/runtests.jl all --ci`,["PATH=/cache/julia-buildkite-plugin/julia_installs/bin/linux/x64/1.6/julia-1.6-latest-linux-x86_64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin:/usr/bin:/usr/local/bin:/usr/bin:/bin", "BUILDKITE_BUILD_CREATOR_TEAMS=", "BUILDKITE_LAST_HOOK_EXIT_STATUS=0", "UPLOAD_FILENAME=julia-16cdaeedcd-linux-x86_64", "BUILDKITE_PROJECT_PROVIDER=github", "QT_ACCESSIBILITY=1", "ARCH=x86_64", "LONG_COMMIT=16cdaeedcda099c46ece928830ae50be8dcbfb11", "GKS_ENCODING=utf8", "DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/23397488/bus"  …  "JULIA_LOAD_PATH=@:@stdlib", "BUILDKITE_PULL_REQUEST=56286", "BUILDKITE_ORGANIZATION_ID=d409823c-5fa7-41c8-9033-7269c5fde4f3", "BUILDKITE_GROUP_KEY=", "NCORES_FOR_TESTS=16", "JULIA_CPU_TARGET=generic;sandybridge,-xsaveopt,clone_all;haswell,-rdrnd,base(1);x86-64-v4,-rdrnd,base(1)", "TAR_VERSION=16cdaeedcd", "BUILDKITE_AGENT_PID=2", "OPENBLAS_MAIN_FREE=1", "BUILDKITE_AGENT_META_DATA_CPUSET_LIMITED=true"]), ProcessExited(1)) [1]
Stacktrace:
 [1] pipeline_error
   @ ./process.jl:598 [inlined]
 [2] run(::Cmd; wait::Bool)
   @ Base ./process.jl:513
 [3] run
   @ ./process.jl:510 [inlined]
 [4] runtests(tests::String; ncores::Int64, exit_on_error::Bool, revise::Bool, seed::Nothing)
   @ Base ./util.jl:710
 [5] top-level scope
   @ none:1
 [6] eval
   @ ./boot.jl:459 [inlined]
 [7] exec_options(opts::Base.JLOptions)
   @ Base ./client.jl:295
 [8] _start()
   @ Base ./client.jl:558

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    ciContinuous integrationsockets

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions