Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI (Buildkite): Update all rootfs images to the latest versions #42802

Merged
merged 2 commits into from
Oct 28, 2021

Conversation

DilumAluthge
Copy link
Member

@DilumAluthge DilumAluthge commented Oct 26, 2021

TODO:

  • Re-sign all of the signed pipelines.

@DilumAluthge DilumAluthge added ci Continuous integration backport 1.6 Change should be backported to release-1.6 backport 1.7 labels Oct 26, 2021
@DilumAluthge DilumAluthge mentioned this pull request Oct 26, 2021
@vchuravy
Copy link
Member

bump?

@DilumAluthge DilumAluthge force-pushed the dpa/update-rootfs-images branch from 20e3c15 to dac304d Compare October 28, 2021 06:23
@DilumAluthge DilumAluthge marked this pull request as ready for review October 28, 2021 06:26
@DilumAluthge DilumAluthge requested a review from a team as a code owner October 28, 2021 06:26
@DilumAluthge
Copy link
Member Author

Thanks for the bump! I have updated the signatures for the signed pipelines. This is good to merge once CI is green.

@DilumAluthge DilumAluthge removed the request for review from a team October 28, 2021 06:27
@DilumAluthge DilumAluthge added the merge me PR is reviewed. Merge when all tests are passing label Oct 28, 2021
@codecov
Copy link

codecov bot commented Oct 28, 2021

Codecov Report

Merging #42802 (dac304d) into master (d71b77d) will decrease coverage by 0.08%.
The diff coverage is 76.92%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #42802      +/-   ##
==========================================
- Coverage   89.39%   89.30%   -0.09%     
==========================================
  Files         343      343              
  Lines       79842    79851       +9     
==========================================
- Hits        71371    71314      -57     
- Misses       8471     8537      +66     
Impacted Files Coverage Δ
stdlib/Random/src/RNGs.jl 87.68% <76.92%> (-0.48%) ⬇️
stdlib/LinearAlgebra/src/givens.jl 59.22% <0.00%> (-4.30%) ⬇️
stdlib/Markdown/src/Common/block.jl 90.52% <0.00%> (-4.22%) ⬇️
base/docs/Docs.jl 81.03% <0.00%> (-3.02%) ⬇️
base/binaryplatforms.jl 80.28% <0.00%> (-2.86%) ⬇️
stdlib/Markdown/src/parse/parse.jl 90.19% <0.00%> (-1.97%) ⬇️
stdlib/Markdown/src/GitHub/table.jl 86.08% <0.00%> (-1.74%) ⬇️
stdlib/REPL/src/REPLCompletions.jl 89.09% <0.00%> (-1.28%) ⬇️
stdlib/Artifacts/src/Artifacts.jl 61.69% <0.00%> (-1.21%) ⬇️
base/path.jl 67.80% <0.00%> (-0.98%) ⬇️
... and 23 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 404e584...dac304d. Read the comment docs.

@DilumAluthge DilumAluthge merged commit 9f52ec0 into master Oct 28, 2021
@DilumAluthge DilumAluthge deleted the dpa/update-rootfs-images branch October 28, 2021 09:30
@DilumAluthge DilumAluthge removed the merge me PR is reviewed. Merge when all tests are passing label Oct 28, 2021
aviatesk pushed a commit that referenced this pull request Oct 28, 2021
* CI (Buildkite): Update all rootfs images to the latest versions

* Re-sign all of the signed pipelines
N5N3 added a commit to N5N3/julia that referenced this pull request Oct 29, 2021
commit c054dbc
Author: Shuhei Kadowaki <[email protected]>
Date:   Fri Oct 29 01:31:55 2021 +0900

    optimizer: eliminate allocations (JuliaLang#42833)

commit 6a9737d
Author: Jeff Bezanson <[email protected]>
Date:   Thu Oct 28 12:23:53 2021 -0400

    fix JuliaLang#42659, move `jl_coverage_visit_line` to runtime library (JuliaLang#42810)

commit c762f10
Author: Marc Ittel <[email protected]>
Date:   Thu Oct 28 12:19:13 2021 +0200

    change `julia` to `julia-repl` in docstrings (JuliaLang#42824)

    Co-authored-by: Michael Abbott <[email protected]>

commit 9f52ec0
Author: Dilum Aluthge <[email protected]>
Date:   Thu Oct 28 05:30:11 2021 -0400

    CI (Buildkite): Update all rootfs images to the latest versions (JuliaLang#42802)

    * CI (Buildkite): Update all rootfs images to the latest versions

    * Re-sign all of the signed pipelines

commit 404e584
Author: DilumAluthgeBot <[email protected]>
Date:   Wed Oct 27 21:11:04 2021 -0400

    🤖 Bump the Statistics stdlib from 74897fe to 5256d57 (JuliaLang#42826)

    Co-authored-by: Dilum Aluthge <[email protected]>

commit c74814e
Author: Jeff Bezanson <[email protected]>
Date:   Wed Oct 27 16:34:46 2021 -0400

    reset `RandomDevice` file from `__init__` (JuliaLang#42537)

    This prevents us from seeing an invalid `IOStream` object from a saved
    system image, and also ensures the files are opened once for all
    threads.

commit 05ed348
Author: Jeff Bezanson <[email protected]>
Date:   Wed Oct 27 15:24:17 2021 -0400

    only visit nonfunction_mt once when traversing method tables (JuliaLang#42821)

commit d71b77d
Author: DilumAluthgeBot <[email protected]>
Date:   Tue Oct 26 20:39:08 2021 -0400

    🤖 Bump the Downloads stdlib from 5f1509d to dbb0625 (JuliaLang#42811)

    Co-authored-by: Dilum Aluthge <[email protected]>

commit b4fddc1
Author: DilumAluthgeBot <[email protected]>
Date:   Tue Oct 26 14:46:20 2021 -0400

    🤖 Bump the Pkg stdlib from bc32103f to 26918395 (JuliaLang#42806)

    Co-authored-by: Dilum Aluthge <[email protected]>

commit 6a386de
Author: Dilum Aluthge <[email protected]>
Date:   Tue Oct 26 12:15:51 2021 -0400

    CI (Buildkite): make sure to hit ignore any unencrypted repo keys, regardless of where they are located in the repository (JuliaLang#42803)

commit 021a6b5
Author: Shuhei Kadowaki <[email protected]>
Date:   Wed Oct 27 01:08:33 2021 +0900

    optimizer: clean up inlining test code (JuliaLang#42804)

commit 16eb196
Merge: 21ebabf 1510eaa
Author: Shuhei Kadowaki <[email protected]>
Date:   Tue Oct 26 23:25:41 2021 +0900

    Merge pull request JuliaLang#42766 from JuliaLang/avi/42754

    optimizer: fix JuliaLang#42754, inline union-split const-prop'ed sources

commit 21ebabf
Author: Kristoffer Carlsson <[email protected]>
Date:   Tue Oct 26 16:11:32 2021 +0200

    simplify code loading test now that TOML files are parsed with a real TOML parser (JuliaLang#42328)

commit 1510eaa
Author: Shuhei Kadowaki <[email protected]>
Date:   Mon Oct 25 01:35:12 2021 +0900

    optimizer: fix JuliaLang#42754, inline union-split const-prop'ed sources

    This commit complements JuliaLang#39754 and JuliaLang#39305: implements a logic to use
    constant-prop'ed results for inlining at union-split callsite.
    Currently it works only for cases when constant-prop' succeeded for all
    (union-split) signatures.

    > example
    ```julia
    julia> mutable struct X
               # NOTE in order to confuse `fieldtype_tfunc`, we need to have at least two fields with different types
               a::Union{Nothing, Int}
               b::Symbol
           end;

    julia> code_typed((X, Union{Nothing,Int})) do x, a
               # this `setproperty` call would be union-split and constant-prop will happen for
               # each signature: inlining would fail if we don't use constant-prop'ed source
               # since the approximated inlining cost of `convert(fieldtype(X, sym), a)` would
               # end up very high if we don't propagate `sym::Const(:a)`
               x.a = a
               x
           end |> only |> first
    ```

    > before this commit
    ```julia
    CodeInfo(
    1 ─ %1 = Base.setproperty!::typeof(setproperty!)
    │   %2 = (isa)(a, Nothing)::Bool
    └──      goto #3 if not %2
    2 ─ %4 = π (a, Nothing)
    │        invoke %1(_2::X, 🅰️:Symbol, %4::Nothing)::Any
    └──      goto #6
    3 ─ %7 = (isa)(a, Int64)::Bool
    └──      goto #5 if not %7
    4 ─ %9 = π (a, Int64)
    │        invoke %1(_2::X, 🅰️:Symbol, %9::Int64)::Any
    └──      goto #6
    5 ─      Core.throw(ErrorException("fatal error in type inference (type bound)"))::Union{}
    └──      unreachable
    6 ┄      return x
    )
    ```

    > after this commit
    ```julia
    CodeInfo(
    1 ─ %1 = (isa)(a, Nothing)::Bool
    └──      goto #3 if not %1
    2 ─      Base.setfield!(x, :a, nothing)::Nothing
    └──      goto #6
    3 ─ %5 = (isa)(a, Int64)::Bool
    └──      goto #5 if not %5
    4 ─ %7 = π (a, Int64)
    │        Base.setfield!(x, :a, %7)::Int64
    └──      goto #6
    5 ─      Core.throw(ErrorException("fatal error in type inference (type bound)"))::Union{}
    └──      unreachable
    6 ┄      return x
    )
    ```

commit 4c3ae20
Author: Chris Foster <[email protected]>
Date:   Tue Oct 26 21:48:32 2021 +1000

    Make Base.ifelse a generic function (JuliaLang#37343)

    Allow user code to directly extend `Base.ifelse` rather than needing a
    special package for it.

commit 2e388e3
Author: Shuhei Kadowaki <[email protected]>
Date:   Mon Oct 25 01:30:09 2021 +0900

    optimizer: eliminate excessive specialization in inlining code

    This commit includes several code quality improvements in inlining code:
    - eliminate excessive specializations around:
      * `item::Pair{Any, Any}` constructions
      * iterations on `Vector{Pair{Any, Any}}`
    - replace `Pair{Any, Any}` with new, more explicit data type `InliningCase`
    - remove dead code
KristofferC pushed a commit that referenced this pull request Oct 29, 2021
* CI (Buildkite): Update all rootfs images to the latest versions

* Re-sign all of the signed pipelines

(cherry picked from commit 9f52ec0)
KristofferC pushed a commit that referenced this pull request Oct 31, 2021
* CI (Buildkite): Update all rootfs images to the latest versions

* Re-sign all of the signed pipelines

(cherry picked from commit 9f52ec0)
KristofferC pushed a commit that referenced this pull request Nov 11, 2021
* CI (Buildkite): Update all rootfs images to the latest versions

* Re-sign all of the signed pipelines

(cherry picked from commit 9f52ec0)
KristofferC pushed a commit that referenced this pull request Nov 12, 2021
* CI (Buildkite): Update all rootfs images to the latest versions

* Re-sign all of the signed pipelines

(cherry picked from commit 9f52ec0)
@KristofferC KristofferC removed backport 1.6 Change should be backported to release-1.6 backport 1.7 labels Nov 13, 2021
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Feb 22, 2022
…aLang#42802)

* CI (Buildkite): Update all rootfs images to the latest versions

* Re-sign all of the signed pipelines
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Mar 8, 2022
…aLang#42802)

* CI (Buildkite): Update all rootfs images to the latest versions

* Re-sign all of the signed pipelines
staticfloat pushed a commit that referenced this pull request Dec 23, 2022
* CI (Buildkite): Update all rootfs images to the latest versions

* Re-sign all of the signed pipelines

(cherry picked from commit 9f52ec0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants