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

Tag a release #18

Closed
davidanthoff opened this issue Jun 11, 2018 · 10 comments
Closed

Tag a release #18

davidanthoff opened this issue Jun 11, 2018 · 10 comments

Comments

@davidanthoff
Copy link
Collaborator

@lobingera Thanks for merging #16! Any chance you could also tag a new release soon? I'm still hoping to get everything working on juliabox before Wed :)

@lobingera
Copy link
Owner

@davidanthoff Using master is no option?

I've not even run this locally, we have 0.7 build problems, deprecation warnings and i doubt a proper connection to attobot etc... (and my time is limited this week)

@davidanthoff
Copy link
Collaborator Author

I’ll ask the juliabox folks. My understanding is that they want to install all packages necessary for folks to just follow the tutorial with the default juliabox experience, and I don’t know whether they could use master for that.

Totally understood if this doesn’t work out, it is a tight schedule...

@lobingera
Copy link
Owner

lobingera commented Jun 11, 2018

It's a matter of risk taking. I'd rather tag something i already had in local use and that passes testing.
On the other side, this is still 0.0.x, so nobody should assume it complete ...

If i can manage it in 30min in the evening, i might still do it.

@davidanthoff
Copy link
Collaborator Author

That sounds exactly right. I much appreciate your help with this!

@lobingera
Copy link
Owner

in some form history repeating:

(default) pkg> test Rsvg
   Testing Rsvg
 Resolving package versions...
WARNING: importing deprecated binding Base.uninitialized into Compat.
WARNING: Base.uninitialized is deprecated, use undef instead.
  likely near /home/lobi/.julia/packages/ColorTypes/maNL/src/ColorTypes.jl:10
WARNING: importing deprecated binding Compat.uninitialized into ColorTypes.
┌ Warning: `names(m, all)` is deprecated, use `names(m, all=all)` instead.
│   caller = top-level scope
└ @ Core :0
WARNING: Base.uninitialized is deprecated, use undef instead.
  likely near /home/lobi/.julia/packages/ColorTypes/maNL/src/show.jl:13
WARNING: Base.uninitialized is deprecated, use undef instead.
  likely near /home/lobi/.julia/packages/ColorTypes/maNL/src/show.jl:13
WARNING: Base.uninitialized is deprecated, use undef instead.
  likely near /home/lobi/.julia/packages/ColorTypes/maNL/src/show.jl:13
WARNING: Base.uninitialized is deprecated, use undef instead.
  likely near /home/lobi/.julia/packages/ColorTypes/maNL/src/show.jl:13
WARNING: importing deprecated binding Base.@sprintf into Colors.
WARNING: Base.@sprintf is deprecated: it has been moved to the standard library package `Printf`.
Add `using Printf` to your imports.
  likely near /home/lobi/.julia/packages/Colors/WCO6/src/utilities.jl:12
WARNING: Base.@sprintf is deprecated: it has been moved to the standard library package `Printf`.
Add `using Printf` to your imports.
  likely near /home/lobi/.julia/packages/Colors/WCO6/src/utilities.jl:24
┌ Warning: Deprecated syntax `type` at /home/lobi/.julia/dev/Rsvg/src/types.jl:5.
│ Use `mutable struct` instead.
└ @ nothing types.jl:5
┌ Warning: Deprecated syntax `type` at /home/lobi/.julia/dev/Rsvg/src/types.jl:31.
│ Use `mutable struct` instead.
└ @ nothing types.jl:31
WARNING: importing deprecated binding Base.Void into Rsvg.
WARNING: Base.Void is deprecated, use Nothing instead.
  likely near /home/lobi/.julia/dev/Rsvg/src/types.jl:2
WARNING: Base.Void is deprecated, use Nothing instead.
  likely near /home/lobi/.julia/dev/Rsvg/src/types.jl:2
┌ Warning: Syntax `&argument` around /home/lobi/.julia/dev/Rsvg/src/calls.jl:7 is deprecated. Remove the `&` and use a `Ref` argument type instead.
└ @ nothing calls.jl:7
WARNING: Base.Void is deprecated, use Nothing instead.
  likely near /home/lobi/.julia/dev/Rsvg/src/calls.jl:3
WARNING: Base.Void is deprecated, use Nothing instead.
  likely near /home/lobi/.julia/dev/Rsvg/src/calls.jl:20
WARNING: Base.Void is deprecated, use Nothing instead.
  likely near /home/lobi/.julia/dev/Rsvg/src/calls.jl:27
WARNING: Base.Void is deprecated, use Nothing instead.
  likely near /home/lobi/.julia/dev/Rsvg/src/calls.jl:35
WARNING: Base.Void is deprecated, use Nothing instead.
  likely near /home/lobi/.julia/dev/Rsvg/src/calls.jl:43
WARNING: Base.Void is deprecated, use Nothing instead.
  likely near /home/lobi/.julia/dev/Rsvg/src/calls.jl:57WARNING: Base.Void is deprecated, use Nothing instead.
  likely near /home/lobi/.julia/dev/Rsvg/src/calls.jl:71
WARNING: Base.Test is deprecated, run `using Test` instead
  likely near /home/lobi/.julia/dev/Rsvg/test/runtests.jl:5
WARNING: Base.@sprintf is deprecated: it has been moved to the standard library package `Printf`.
Add `using Printf` to your imports.
  likely near /home/lobi/.julia/dev/Rsvg/test/test.jl:1
WARNING: Base.@sprintf is deprecated: it has been moved to the standard library package `Printf`.
Add `using Printf` to your imports.
  likely near /home/lobi/.julia/dev/Rsvg/test/test.jl:17
WARNING: Base.@sprintf is deprecated: it has been moved to the standard library package `Printf`.
Add `using Printf` to your imports.
  likely near /home/lobi/.julia/dev/Rsvg/test/test.jl:59
WARNING: Base.Void is deprecated, use Nothing instead.
  likely near /home/lobi/.julia/dev/Rsvg/test/runtests.jl:12
WARNING: Base.Void is deprecated, use Nothing instead.
  likely near /home/lobi/.julia/dev/Rsvg/test/runtests.jl:12
terminate called after throwing an instance of 'std::out_of_range'
  what():  vector<bool>::_M_range_check: __n (which is 3) >= this->size() (which is 2)

signal (6): Aborted
in expression starting at /home/lobi/.julia/dev/Rsvg/test/runtests.jl:12
raise at /build/glibc-Cl5G7W/glibc-2.23/signal/../sysdeps/unix/sysv/linux/raise.c:54
abort at /build/glibc-Cl5G7W/glibc-2.23/stdlib/abort.c:89
_ZN9__gnu_cxx27__verbose_terminate_handlerEv at /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (unknown line)
unknown function (ip: 0x7fa6b297c6b5)
_ZSt9terminatev at /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (unknown line)
__cxa_throw at /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (unknown line)
_ZSt24__throw_out_of_range_fmtPKcz at /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (unknown line)
_M_range_check at /usr/include/c++/5/bits/stl_bvector.h:872
at at /usr/include/c++/5/bits/stl_bvector.h:881 [inlined]
emit_expr at /home/lobi/julia07/src/codegen.cpp:3890
emit_call at /home/lobi/julia07/src/codegen.cpp:3153
emit_expr at /home/lobi/julia07/src/codegen.cpp:3959
emit_ccall at /home/lobi/julia07/src/ccall.cpp:1557
emit_expr at /home/lobi/julia07/src/codegen.cpp:3970
emit_ssaval_assign at /home/lobi/julia07/src/codegen.cpp:3622
emit_stmtpos at /home/lobi/julia07/src/codegen.cpp:3870 [inlined]
emit_function at /home/lobi/julia07/src/codegen.cpp:6483
jl_compile_linfo at /home/lobi/julia07/src/codegen.cpp:1181
emit_invoke at /home/lobi/julia07/src/codegen.cpp:3106
emit_expr at /home/lobi/julia07/src/codegen.cpp:3956
emit_ssaval_assign at /home/lobi/julia07/src/codegen.cpp:3622
emit_stmtpos at /home/lobi/julia07/src/codegen.cpp:3870 [inlined]
emit_function at /home/lobi/julia07/src/codegen.cpp:6483
jl_compile_linfo at /home/lobi/julia07/src/codegen.cpp:1181
jl_fptr_trampoline at /home/lobi/julia07/src/gf.c:1788
jl_apply_generic at /home/lobi/julia07/src/gf.c:2140
macro expansion at /home/lobi/.julia/dev/Rsvg/test/runtests.jl:14 [inlined]
macro expansion at /home/lobi/julia07/usr/share/julia/stdlib/v0.7/Test/src/Test.jl:1080 [inlined]
top-level scope at /home/lobi/.julia/dev/Rsvg/test/runtests.jl:14
jl_fptr_trampoline at /home/lobi/julia07/src/gf.c:1823
jl_toplevel_eval_flex at /home/lobi/julia07/src/toplevel.c:850
jl_parse_eval_all at /home/lobi/julia07/src/ast.c:852
jl_load at /home/lobi/julia07/src/toplevel.c:894
include at ./boot.jl:314 [inlined]
include_relative at ./loading.jl:1071
include at ./sysimg.jl:29
jl_apply_generic at /home/lobi/julia07/src/gf.c:2140
include at ./client.jl:393
jl_fptr_trampoline at /home/lobi/julia07/src/gf.c:1823
jl_apply_generic at /home/lobi/julia07/src/gf.c:2140
do_call at /home/lobi/julia07/src/interpreter.c:324
eval_value at /home/lobi/julia07/src/interpreter.c:416
eval_body at /home/lobi/julia07/src/interpreter.c:559
jl_interpret_toplevel_thunk_callback at /home/lobi/julia07/src/interpreter.c:798
unknown function (ip: 0xfffffffffffffffe)
unknown function (ip: 0x7fa6a457830f)
unknown function (ip: 0xffffffffffffffff)
jl_interpret_toplevel_thunk at /home/lobi/julia07/src/interpreter.c:807
jl_toplevel_eval_flex at /home/lobi/julia07/src/toplevel.c:856
jl_toplevel_eval_flex at /home/lobi/julia07/src/toplevel.c:802
jl_toplevel_eval_in at /home/lobi/julia07/src/builtins.c:631
eval at ./boot.jl:316
jl_apply_generic at /home/lobi/julia07/src/gf.c:2140
exec_options at ./client.jl:244
_start at ./client.jl:427
jl_apply_generic at /home/lobi/julia07/src/gf.c:2140
jl_apply at /home/lobi/julia07/ui/../src/julia.h:1540 [inlined]
true_main at /home/lobi/julia07/ui/repl.c:112
main at /home/lobi/julia07/ui/repl.c:243
__libc_start_main at /build/glibc-Cl5G7W/glibc-2.23/csu/../csu/libc-start.c:291
_start at /home/lobi/julia07/usr/bin/julia (unknown line)
Allocations: 27301556 (Pool: 27298009; Big: 3547); GC: 60
ERROR: Package Rsvg errored during testing

This is what happens if you manage to call different versions of glib ...

@lobingera
Copy link
Owner

... but 0.6 passes locally.

@davidanthoff
Copy link
Collaborator Author

I just heard back from the juliabox folks. They can for now switch juliabox to master. So I think that takes of the urgency in terms of tagging from my point of view. Thanks for being so flexible on all of this.

@lobingera
Copy link
Owner

@davidanthoff
Copy link
Collaborator Author

Ah, ok, thanks, even better :)

The julia 0.7 builds also didn't work before we merged the Gtk.jl removal, right? So maybe this 0.7 failure is unrelated?

@lobingera
Copy link
Owner

This is a local failure on my own box, the recent failures on 0.7 travis - both linux and OSX - are general build problems, so we don't see this failing in test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants